diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-10-02 17:06:24 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-10-02 17:06:24 +0000 |
commit | 9bdd58595e7f35e375a38d8ef0410eabc110180a (patch) | |
tree | 70703662936a38a85f577dcc4d4ce7480a08b958 /sys | |
parent | b9330d9532d64dc23a3bdc82a0e39e3eb8997d71 (diff) |
gah. ensure the entries are unique.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 303ae475d18..f1982f3d777 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1155 2006/10/02 16:55:59 brad Exp $ +$OpenBSD: pcidevs,v 1.1156 2006/10/02 17:06:23 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 0x0214 HT-1000 IDE +product RCC HT_1000_IDE_1 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 @@ -3022,7 +3022,7 @@ 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 0x024b HT-1000 IDE +product RCC HT_1000_IDE_2 0x024b HT-1000 IDE /* Rendition products */ product RENDITION V1000 0x0001 Verite 1000 |