diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 24 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8fa15e64755..fb1c29d67f9 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1185 2006/11/07 02:40:52 jsg Exp + * OpenBSD: pcidevs,v 1.1186 2006/11/08 17:39:23 mcbride Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -306,6 +306,7 @@ #define PCI_VENDOR_TURTLEBEACH 0x5053 /* Turtle Beach */ #define PCI_VENDOR_S3 0x5333 /* S3 */ #define PCI_VENDOR_C4T 0x6374 /* c't Magazin */ +#define PCI_VENDOR_DCI 0x6666 /* Decision Computer Inc */ #define PCI_VENDOR_INTEL 0x8086 /* Intel */ #define PCI_VENDOR_WINBOND2 0x8c4a /* Winbond */ #define PCI_VENDOR_KTI 0x8e2e /* KTI */ @@ -1341,6 +1342,11 @@ #define PCI_PRODUCT_DAVICOM_DM9102 0x9102 /* DM9102 */ #define PCI_PRODUCT_DAVICOM_DM9132 0x9132 /* DM9132 */ +/* Decision Computer Inc */ +#define PCI_PRODUCT_DCI_APCI2 0x0004 /* PCCOM 2-port */ +#define PCI_PRODUCT_DCI_APCI4 0x0001 /* PCCOM 4-port */ +#define PCI_PRODUCT_DCI_APCI8 0x0002 /* PCCOM 8-port */ + /* DEC products */ #define PCI_PRODUCT_DEC_21050 0x0001 /* 21050 PCI-PCI */ #define PCI_PRODUCT_DEC_21040 0x0002 /* 21040 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index cfe0b3b2779..413073199b0 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1185 2006/11/07 02:40:52 jsg Exp + * OpenBSD: pcidevs,v 1.1186 2006/11/08 17:39:23 mcbride Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3547,6 +3547,18 @@ static const struct pci_known_product pci_known_products[] = { "DM9132", }, { + PCI_VENDOR_DCI, PCI_PRODUCT_DCI_APCI2, + "PCCOM 2-port", + }, + { + PCI_VENDOR_DCI, PCI_PRODUCT_DCI_APCI4, + "PCCOM 4-port", + }, + { + PCI_VENDOR_DCI, PCI_PRODUCT_DCI_APCI8, + "PCCOM 8-port", + }, + { PCI_VENDOR_DEC, PCI_PRODUCT_DEC_21050, "21050 PCI-PCI", }, @@ -13767,6 +13779,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "c't Magazin", }, { + PCI_VENDOR_DCI, + "Decision Computer Inc", + }, + { PCI_VENDOR_INTEL, "Intel", }, |