summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-07-11 01:30:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-07-11 01:30:17 +0000
commit2b1b23987cffe996994b820c350484a94d956405 (patch)
treeb984f560b9e2e778d6de7b27407c5b86ceb667e2 /sys/dev/pci
parent115c9091865cb1d350df787f56d53205da91f91a (diff)
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h12
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 16 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 0b2ea7ffe40..741c378afe7 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.888 2005/07/06 10:40:44 jsg Exp
+ * OpenBSD: pcidevs,v 1.889 2005/07/11 01:30:00 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2592,7 +2592,8 @@
#define PCI_PRODUCT_TI_PCI4451_FW 0x8027 /* PCI4451 FireWire */
#define PCI_PRODUCT_TI_PCI4510_FW 0x8029 /* PCI4510 FireWire */
#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_PCI7410_FW 0x802b /* PCI7(4-6)10 FireWire */
+#define PCI_PRODUCT_TI_PCI7420_FW 0x802e /* PCI7x20 FireWire */
#define PCI_PRODUCT_TI_ACX100A 0x8400 /* ACX100A */
#define PCI_PRODUCT_TI_ACX100B 0x8401 /* ACX100B */
#define PCI_PRODUCT_TI_ACX111 0x9066 /* ACX111 */
@@ -2620,9 +2621,9 @@
#define PCI_PRODUCT_TI_PCI7510_CB 0xac47 /* PCI7510 CardBus */
#define PCI_PRODUCT_TI_PCI7610_CB 0xac48 /* PCI7610 CardBus */
#define PCI_PRODUCT_TI_PCI7410_CB 0xac49 /* PCI7410 CardBus */
-#define PCI_PRODUCT_TI_PCI7610SM 0xac4A /* PCI7610 CardBus (Smart Card mode) */
-#define PCI_PRODUCT_TI_PCI7410SD 0xac4B /* PCI7[46]10 CardBus (SD/MMC mode) */
-#define PCI_PRODUCT_TI_PCI7410MS 0xac4C /* PCI7[46]10 CardBus (Memory stick mode) */
+#define PCI_PRODUCT_TI_PCI7610SM 0xac4a /* PCI7610 CardBus (Smart Card mode) */
+#define PCI_PRODUCT_TI_PCI7410SD 0xac4b /* PCI7[46]10 CardBus (SD/MMC mode) */
+#define PCI_PRODUCT_TI_PCI7410MS 0xac4c /* PCI7[46]10 CardBus (Memory stick mode) */
#define PCI_PRODUCT_TI_PCI1410 0xac50 /* PCI1410 CardBus */
#define PCI_PRODUCT_TI_PCI1420 0xac51 /* PCI1420 CardBus */
#define PCI_PRODUCT_TI_PCI1451 0xac52 /* PCI1451 CardBus */
@@ -2633,6 +2634,7 @@
#define PCI_PRODUCT_TI_PCI1530 0xac57 /* PCI1530 CardBus */
#define PCI_PRODUCT_TI_PCI1515 0xac58 /* PCI1515 CardBus */
#define PCI_PRODUCT_TI_PCI2040 0xac60 /* PCI2040 DSP */
+#define PCI_PRODUCT_TI_PCI7420 0xac8e /* PCI7420 CardBus */
/* TigerJet Network products */
#define PCI_PRODUCT_TIGERJET_TIGER320 0x0001 /* PCI interface */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index f0f8e82f688..9878c0be739 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.888 2005/07/06 10:40:44 jsg Exp
+ * OpenBSD: pcidevs,v 1.889 2005/07/11 01:30:00 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -7647,6 +7647,10 @@ static const struct pci_known_product pci_known_products[] = {
"PCI7(4-6)10 FireWire",
},
{
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7420_FW,
+ "PCI7x20 FireWire",
+ },
+ {
PCI_VENDOR_TI, PCI_PRODUCT_TI_ACX100A,
"ACX100A",
},
@@ -7807,6 +7811,10 @@ static const struct pci_known_product pci_known_products[] = {
"PCI2040 DSP",
},
{
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI7420,
+ "PCI7420 CardBus",
+ },
+ {
PCI_VENDOR_TIGERJET, PCI_PRODUCT_TIGERJET_TIGER320,
"PCI interface",
},