summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2004-11-06 01:55:13 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2004-11-06 01:55:13 +0000
commitc99901e2eccd669c1b5e6bac194625383a5ecee8 (patch)
treecb2f5f20d198bfaa919f06f545dee2c277237afe /sys/dev/pci
parent44d495f2400d36147268d31c32993e60e463406b (diff)
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h18
2 files changed, 22 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index acccb73d094..6fd7e07c8d1 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.789 2004/10/30 14:12:16 deraadt Exp
+ * OpenBSD: pcidevs,v 1.790 2004/11/06 01:54:12 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -273,6 +273,7 @@
#define PCI_VENDOR_ADP2 0x9005 /* Adaptec */
#define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
#define PCI_VENDOR_NETMOS 0x9710 /* NetMos */
+#define PCI_VENDOR_3COM2 0xa727 /* 3Com */
#define PCI_VENDOR_TIGERJET 0xe159 /* TigerJet Network */
#define PCI_VENDOR_ENDACE 0xeace /* Endace */
#define PCI_VENDOR_BELKIN 0xec80 /* Belkin Components */
@@ -294,6 +295,8 @@
/* 3Com Products */
#define PCI_PRODUCT_3COM_3C985 0x0001 /* 3c985 */
#define PCI_PRODUCT_3COM_3C996 0x0003 /* 3c996 */
+#define PCI_PRODUCT_3COM_3CRDAG675 0x0013 /* 3CRDAG675 (Atheros AR5212) */
+#define PCI_PRODUCT_3COM2_3CRPAG175 0x0013 /* 3CRPAG175 (Atheros AR5212) */
#define PCI_PRODUCT_3COM_3C_MPCI_MODEM 0x1007 /* V.90 Modem */
#define PCI_PRODUCT_3COM_3C940 0x1700 /* 3c940 */
#define PCI_PRODUCT_3COM_3C339 0x3390 /* 3c339 */
@@ -742,6 +745,7 @@
#define PCI_PRODUCT_ATHEROS_AR5211 0x0012 /* AR5211 */
#define PCI_PRODUCT_ATHEROS_AR5212 0x0013 /* AR5212 */
#define PCI_PRODUCT_ATHEROS_AR5210_AP 0x0207 /* AR5210 (Early) */
+#define PCI_PRODUCT_ATHEROS_AR5212_IBM 0x1014 /* AR5212 (IBM MiniPCI) */
#define PCI_PRODUCT_ATHEROS_AR5210_DEFAULT 0x1107 /* AR5210 (no eeprom) */
#define PCI_PRODUCT_ATHEROS_AR5212_DEFAULT 0x1113 /* AR5212 (no eeprom) */
#define PCI_PRODUCT_ATHEROS_AR5211_DEFAULT 0x1112 /* AR5211 (no eeprom) */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index e8317831004..02c83b4a296 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.789 2004/10/30 14:12:16 deraadt Exp
+ * OpenBSD: pcidevs,v 1.790 2004/11/06 01:54:12 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -71,6 +71,14 @@ static const struct pci_known_product pci_known_products[] = {
"3c996",
},
{
+ PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CRDAG675,
+ "3CRDAG675 (Atheros AR5212)",
+ },
+ {
+ PCI_VENDOR_3COM2, PCI_PRODUCT_3COM2_3CRPAG175,
+ "3CRPAG175 (Atheros AR5212)",
+ },
+ {
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C_MPCI_MODEM,
"V.90 Modem",
},
@@ -1603,6 +1611,10 @@ static const struct pci_known_product pci_known_products[] = {
"AR5210 (Early)",
},
{
+ PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5212_IBM,
+ "AR5212 (IBM MiniPCI)",
+ },
+ {
PCI_VENDOR_ATHEROS, PCI_PRODUCT_ATHEROS_AR5210_DEFAULT,
"AR5210 (no eeprom)",
},
@@ -8915,6 +8927,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"NetMos",
},
{
+ PCI_VENDOR_3COM2,
+ "3Com",
+ },
+ {
PCI_VENDOR_TIGERJET,
"TigerJet Network",
},