diff options
author | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-06-19 15:48:47 +0000 |
---|---|---|
committer | Chris Cappuccio <chris@cvs.openbsd.org> | 2000-06-19 15:48:47 +0000 |
commit | e7a7393c0f5ddb1666a99994ed4ff068af9c8921 (patch) | |
tree | 9ae7791af29d4c3f273941ddabe91c6698161498 | |
parent | 1e6b124220ff38681fe0044d53ef4eb26ef5df4b (diff) |
sync
-rw-r--r-- | sys/dev/pci/pcidevs.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 17 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 5ec11b770e1..0cbefaad4f6 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -824,13 +824,14 @@ #define PCI_PRODUCT_CIRRUS_CS4610 0x6001 /* CS4610 SoundFusion Audio */ #define PCI_PRODUCT_CIRRUS_CS4280 0x6003 /* CS4280 CrystalClear Audio */ -/* CMD Technology products -- info gleaned from their web site */ -#define PCI_PRODUCT_CMDTECH_640 0x0640 /* PCI640 */ -/* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */ +/* CMD Technology products -- info gleaned from www.cmd.com */ +#define PCI_PRODUCT_CMDTECH_640 0x0640 /* PCI0640 */ #define PCI_PRODUCT_CMDTECH_642 0x0642 /* PCI0642 */ #define PCI_PRODUCT_CMDTECH_643 0x0643 /* PCI0643 */ #define PCI_PRODUCT_CMDTECH_646 0x0646 /* PCI0646 */ #define PCI_PRODUCT_CMDTECH_647 0x0647 /* PCI0647 */ +#define PCI_PRODUCT_CMDTECH_648 0x0648 /* PCI0648 */ +#define PCI_PRODUCT_CMDTECH_649 0x0649 /* PCI0649 */ /* Inclusion of 'A' in the following entry is probably wrong. */ /* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */ #define PCI_PRODUCT_CMDTECH_650A 0x0650 /* PCI0650A */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a7229876f81..f509fd71ec6 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1236,7 +1236,7 @@ struct pci_knowndev pci_knowndevs[] = { PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_640, 0, "CMD Technology", - "PCI640", + "PCI0640", }, { PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_642, @@ -1263,6 +1263,18 @@ struct pci_knowndev pci_knowndevs[] = { "PCI0647", }, { + PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_648, + 0, + "CMD Technology", + "PCI0648", + }, + { + PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_649, + 0, + "CMD Technology", + "PCI0649", + }, + { PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_650A, 0, "CMD Technology", |