diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-01-11 11:30:57 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-01-11 11:30:57 +0000 |
commit | 6d9dbb172a67f1cb6fb3b527e8f86755b23f92b4 (patch) | |
tree | 7e714a1a95ced0f8102356a24b4e29af82be2e3d /sys/dev/pci/pcidevs | |
parent | ffe209168e8e4a6cadc5b70a7585c156e54cbe00 (diff) |
Turns out the id I thought was both CX700/VX700 IDE was only for VX700,
so rename it and add a CX700 id.
Tweaked version of a diff from dtrombley@dslindiana.com who tested
with a board with the new id.
Diffstat (limited to 'sys/dev/pci/pcidevs')
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index b99b2432e51..a2d324dc579 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1312 2008/01/11 11:12:35 jsg Exp $ +$OpenBSD: pcidevs,v 1.1313 2008/01/11 11:30:55 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -4095,7 +4095,8 @@ product VIATECH VT82C505 0x0505 VT82C505 product VIATECH VT82C561 0x0561 VT82C561 product VIATECH VT82C571 0x0571 VT82C571 IDE product VIATECH VT82C576 0x0576 VT82C576 3V -product VIATECH CX700_IDE 0x0581 CX700 IDE +product VIATECH VX700_IDE 0x0581 VX700 IDE +product VIATECH CX700_IDE 0x5324 CX700 IDE product VIATECH VT82C585 0x0585 VT82C585 ISA product VIATECH VT82C586_ISA 0x0586 VT82C586 ISA product VIATECH VT8237A_SATA 0x0591 VT8237A SATA |