summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-01-15 05:55:52 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-01-15 05:55:52 +0000
commit7d50f560b6a786aa4dc2efedff2dd3dd8a0ef86b (patch)
tree938a9557936513e629fd66e6dcb33bb217094245 /sys
parent3457481d7e8a78168ea10b2d8af4878d8b81a167 (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 9467b01d3ae..86f99dcba74 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.814 2005/01/14 22:36:36 pedro Exp
+ * OpenBSD: pcidevs,v 1.815 2005/01/15 05:54:02 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2440,6 +2440,8 @@
#define PCI_PRODUCT_TI_PCI1251B 0xac1f /* PCI1251B CardBus */
#define PCI_PRODUCT_TI_PCI2030 0xac20 /* PCI2030 PCI-PCI */
#define PCI_PRODUCT_TI_PCI2031 0xac21 /* PCI2031 PCI-PCI */
+#define PCI_PRODUCT_TI_PCI2250 0xac23 /* PCI2250 PCI-PCI */
+#define PCI_PRODUCT_TI_PCI2050 0xac28 /* PCI2050 PCI-PCI */
#define PCI_PRODUCT_TI_PCI4450_CB 0xac40 /* PCI4450 CardBus */
#define PCI_PRODUCT_TI_PCI4410_CB 0xac41 /* PCI4410 CardBus */
#define PCI_PRODUCT_TI_PCI4451_CB 0xac42 /* PCI4451 CardBus */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 7f3a2e5182c..b6ffda2626b 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.814 2005/01/14 22:36:36 pedro Exp
+ * OpenBSD: pcidevs,v 1.815 2005/01/15 05:54:02 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -7099,6 +7099,14 @@ static const struct pci_known_product pci_known_products[] = {
"PCI2031 PCI-PCI",
},
{
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2250,
+ "PCI2250 PCI-PCI",
+ },
+ {
+ PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI2050,
+ "PCI2050 PCI-PCI",
+ },
+ {
PCI_VENDOR_TI, PCI_PRODUCT_TI_PCI4450_CB,
"PCI4450 CardBus",
},