summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-05-21 18:04:27 +0300
committerTaru Karttunen <taruti@taruti.net>2011-05-21 18:04:27 +0300
commit734cc0b6f2a2543aa4e4a9e80620346f9098e74a (patch)
tree26406106d5c8bfcc0e0eb3c0fcaef6adac0cd754
parente2603b51c824d7583e90b30719b746d962d0d28c (diff)
downloadplan9front-734cc0b6f2a2543aa4e4a9e80620346f9098e74a.tar.xz
Add SATA id of VIA PV530
-rw-r--r--sys/src/9/pc/sdata.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/sdata.c b/sys/src/9/pc/sdata.c
index 8f7ad76d3..498e829a9 100644
--- a/sys/src/9/pc/sdata.c
+++ b/sys/src/9/pc/sdata.c
@@ -2023,6 +2023,7 @@ atapnp(void)
case (0x5513<<16)|0x1039: /* SiS 962 */
case (0x0646<<16)|0x1095: /* CMD 646 */
case (0x0571<<16)|0x1106: /* VIA 82C686 */
+ case (0x9001<<16)|0x1106: /* VIA chipset in VIA PV530 */
case (0x2363<<16)|0x197b: /* JMicron SATA */
case (0x1230<<16)|0x8086: /* 82371FB (PIIX) */
case (0x7010<<16)|0x8086: /* 82371SB (PIIX3) */