summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorThierry Deval <tdeval@cvs.openbsd.org>2005-10-05 21:24:54 +0000
committerThierry Deval <tdeval@cvs.openbsd.org>2005-10-05 21:24:54 +0000
commit3d35844ec1f432302fb13c2d36a9f86e0aab9069 (patch)
treedc9c9d10e9465680989bdcbe9e82785a50483b2d /sys/dev
parent9296ce1611867ea6eb091053edc76b6731c370b0 (diff)
regen
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h7
-rw-r--r--sys/dev/pci/pcidevs_data.h22
2 files changed, 27 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 350fc82407d..064464a22ff 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.930 2005/10/05 19:43:53 deraadt Exp
+ * OpenBSD: pcidevs,v 1.931 2005/10/05 21:23:24 tdeval Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2718,6 +2718,11 @@
#define PCI_PRODUCT_TI_PCI4520_FW 0x802A /* PCI4520 FireWire */
#define PCI_PRODUCT_TI_PCI7410_FW 0x802b /* PCI7(4-6)10 FireWire */
#define PCI_PRODUCT_TI_PCI7420_FW 0x802e /* PCI7x20 FireWire */
+#define PCI_PRODUCT_TI_PCI7XX1 0x8031 /* PCI7XX1 CardBus */
+#define PCI_PRODUCT_TI_PCI7XX1_FW 0x8032 /* PCI7XX1 FireWire */
+#define PCI_PRODUCT_TI_PCI7XX1_FLASH 0x8033 /* PCI7XX1 Flash */
+#define PCI_PRODUCT_TI_PCI7XX1_SD 0x8034 /* PCI7XX1 Secure Data */
+#define PCI_PRODUCT_TI_PCI7XX1_SM 0x8035 /* PCI7XX1 Smart Card */
#define PCI_PRODUCT_TI_PCI6515 0x8036 /* PCI6515 CardBus */
#define PCI_PRODUCT_TI_PCI6515SC 0x8038 /* PCI6515 CardBus (Smart Card mode) */
#define PCI_PRODUCT_TI_ACX100A 0x8400 /* ACX100A */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 2dc3c2f1195..e341217cd90 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.930 2005/10/05 19:43:53 deraadt Exp
+ * OpenBSD: pcidevs,v 1.931 2005/10/05 21:23:24 tdeval Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -8107,6 +8107,26 @@ static const struct pci_known_product pci_known_products[] = {
"PCI7x20 FireWire",
},
{
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7XX1,
+ "PCI7XX1 CardBus",
+ },
+ {
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7XX1_FW,
+ "PCI7XX1 FireWire",
+ },
+ {
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7XX1_FLASH,
+ "PCI7XX1 Flash",
+ },
+ {
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7XX1_SD,
+ "PCI7XX1 Secure Data",
+ },
+ {
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7XX1_SM,
+ "PCI7XX1 Smart Card",
+ },
+ {
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI6515,
"PCI6515 CardBus",
},