summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2003-06-12 20:44:43 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2003-06-12 20:44:43 +0000
commit0716de5857d288a6c60d6c45fd85cc8db2d8625a (patch)
tree66ec7de60cb120843fbbe56486c09765f7a7df3e /sys
parent7f3552973ff735289fcb6c71bd32701726bd5357 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index a6da468d153..eb833707903 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.636 2003/06/11 16:56:01 miod Exp
+ * OpenBSD: pcidevs,v 1.637 2003/06/12 20:44:29 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2413,6 +2413,8 @@
#define PCI_PRODUCT_TI_PCI2030 0xac20 /* PCI2030 PCI-PCI */
#define PCI_PRODUCT_TI_PCI2031 0xac21 /* PCI2031 PCI-PCI */
#define PCI_PRODUCT_TI_PCI4451_CB 0xac42 /* PCI4451 PCI-CardBus */
+#define PCI_PRODUCT_TI_PCI4510 0xac44 /* PCI4510 PCI-CardBus */
+#define PCI_PRODUCT_TI_PCI4520 0xac46 /* PCI4520 PCI-CardBus */
#define PCI_PRODUCT_TI_PCI1410 0xac50 /* PCI1410 PCI-CardBus */
#define PCI_PRODUCT_TI_PCI1420 0xac51 /* PCI1420 PCI-CardBus */
#define PCI_PRODUCT_TI_PCI1451 0xac52 /* PCI1451 PCI-CardBus */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index a41d1f35066..db94a6769dc 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.636 2003/06/11 16:56:01 miod Exp
+ * OpenBSD: pcidevs,v 1.637 2003/06/12 20:44:29 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5807,6 +5807,14 @@ static const struct pci_known_product pci_known_products[] = {
"PCI4451 PCI-CardBus",
},
{
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4510,
+ "PCI4510 PCI-CardBus",
+ },
+ {
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4520,
+ "PCI4520 PCI-CardBus",
+ },
+ {
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI1410,
"PCI1410 PCI-CardBus",
},