summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-02-16 01:43:02 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-02-16 01:43:02 +0000
commit523909754a9a112b62155e224b84892d517f7b3f (patch)
tree3e032d96df60270ca60b41dda7d7f9d9ebf8c15a /sys
parent5e2fa4d582eef6b2ff037f1f050f9f52402df162 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h9
-rw-r--r--sys/dev/pci/pcidevs_data.h30
2 files changed, 37 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index ca0695b73d4..180fac10269 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.1023 2006/02/13 06:11:11 brad Exp
+ * OpenBSD: pcidevs,v 1.1024 2006/02/16 01:36:11 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1314,7 +1314,14 @@
#define PCI_PRODUCT_ENDACE_DAG423GE 0x423e /* Endace Dag4.23GE */
/* ENE Technology products */
+#define PCI_PRODUCT_ENE_CB1211 0x1211 /* CB-1211 CardBus */
+#define PCI_PRODUCT_ENE_CB1225 0x1225 /* CB-1225 CardBus */
#define PCI_PRODUCT_ENE_CB1410 0x1410 /* CB-1410 CardBus */
+#define PCI_PRODUCT_ENE_CB710 0x1411 /* CB-710 CardBus */
+#define PCI_PRODUCT_ENE_CB712 0x1412 /* CB-712 CardBus */
+#define PCI_PRODUCT_ENE_CB1420 0x1420 /* CB-1420 CardBus */
+#define PCI_PRODUCT_ENE_CB720 0x1421 /* CB-720 CardBus */
+#define PCI_PRODUCT_ENE_CB722 0x1422 /* CB-722 CardBus */
/* Ensoniq products */
#define PCI_PRODUCT_ENSONIQ_AUDIOPCI97 0x1371 /* AudioPCI97 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index a334f739d91..1e84318faa9 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.1023 2006/02/13 06:11:11 brad Exp
+ * OpenBSD: pcidevs,v 1.1024 2006/02/16 01:36:11 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3423,10 +3423,38 @@ static const struct pci_known_product pci_known_products[] = {
"Endace Dag4.23GE",
},
{
+ PCI_VENDOR_ENE, PCI_PRODUCT_ENE_CB1211,
+ "CB-1211 CardBus",
+ },
+ {
+ PCI_VENDOR_ENE, PCI_PRODUCT_ENE_CB1225,
+ "CB-1225 CardBus",
+ },
+ {
PCI_VENDOR_ENE, PCI_PRODUCT_ENE_CB1410,
"CB-1410 CardBus",
},
{
+ PCI_VENDOR_ENE, PCI_PRODUCT_ENE_CB710,
+ "CB-710 CardBus",
+ },
+ {
+ PCI_VENDOR_ENE, PCI_PRODUCT_ENE_CB712,
+ "CB-712 CardBus",
+ },
+ {
+ PCI_VENDOR_ENE, PCI_PRODUCT_ENE_CB1420,
+ "CB-1420 CardBus",
+ },
+ {
+ PCI_VENDOR_ENE, PCI_PRODUCT_ENE_CB720,
+ "CB-720 CardBus",
+ },
+ {
+ PCI_VENDOR_ENE, PCI_PRODUCT_ENE_CB722,
+ "CB-722 CardBus",
+ },
+ {
PCI_VENDOR_ENSONIQ, PCI_PRODUCT_ENSONIQ_AUDIOPCI97,
"AudioPCI97",
},