diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-10-02 17:52:25 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-10-02 17:52:25 +0000 |
commit | 711c43caf67a8c8ee20e48c752b3ef2ac579af76 (patch) | |
tree | d0a21ae627cb789739c2bfa818e542976ebfa05a /sys/dev/pci | |
parent | 6c30b63e61604ea4617923ba5a4beda6189585cd (diff) |
revert this change. after a little more digging I found some conflicting
information. I'm not really sure if this is a compat mode id or not. so
just revert back to SATA and label it with the chipset it comes from.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index f1982f3d777..64f9d7fc925 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1156 2006/10/02 17:06:23 brad Exp $ +$OpenBSD: pcidevs,v 1.1157 2006/10/02 17:52:24 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3009,7 +3009,7 @@ product RCC IDE 0x0210 IDE product RCC OSB4_IDE 0x0211 OSB4 IDE product RCC CSB5_IDE 0x0212 CSB5 IDE product RCC CSB6_RAID_IDE 0x0213 CSB6 RAID/IDE -product RCC HT_1000_IDE_1 0x0214 HT-1000 IDE +product RCC HT_1000_IDE 0x0214 HT-1000 IDE product RCC CSB6_IDE 0x0217 CSB6 IDE product RCC USB 0x0220 OSB4/CSB5 USB product RCC CSB6_USB 0x0221 CSB6 USB @@ -3021,8 +3021,8 @@ product RCC HT_1000_LPC 0x0234 HT-1000 LPC product RCC K2_SATA 0x0240 K2 SATA product RCC FRODO4_SATA 0x0241 Frodo4 SATA product RCC FRODO8_SATA 0x0242 Frodo8 SATA -product RCC HT_1000_SATA 0x024a HT-1000 SATA -product RCC HT_1000_IDE_2 0x024b HT-1000 IDE +product RCC HT_1000_SATA_1 0x024a HT-1000 SATA +product RCC HT_1000_SATA_2 0x024b HT-1000 SATA /* Rendition products */ product RENDITION V1000 0x0001 Verite 1000 |