summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-07-06 17:07:32 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-07-06 17:07:32 +0000
commitb376f5a2822c1a760b1b9b8702587aa0923c02ec (patch)
treedf16208e04382599d261a8db5634d4202a3a9297 /sys/dev/pci
parent720c7e8d0c766a561b321c6cf0297bd17ca53cae (diff)
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 6c882844e64..ec482e80190 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.411 2001/06/25 23:32:20 mickey Exp
+ * OpenBSD: pcidevs,v 1.413 2001/07/06 17:06:48 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -593,6 +593,7 @@
#define PCI_PRODUCT_3COM_3C556 0x6055 /* 3c556 100Base-TX */
#define PCI_PRODUCT_3COM_3C556B 0x6056 /* 3c556B 100Base-TX */
#define PCI_PRODUCT_3COM_3CSOHO100TX 0x7646 /* 3cSOHO-TX */
+#define PCI_PRODUCT_3COM_3CRWE777A 0x7770 /* 3crwe777a AirConnect */
#define PCI_PRODUCT_3COM_3C900TPO 0x9000 /* 3c900 10Base-T */
#define PCI_PRODUCT_3COM_3C900COMBO 0x9001 /* 3c900 10Mbps-Combo */
#define PCI_PRODUCT_3COM_3C900B 0x9004 /* 3c900B 10Mbps */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 9c3692f160b..70b633b0c99 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.411 2001/06/25 23:32:20 mickey Exp
+ * OpenBSD: pcidevs,v 1.413 2001/07/06 17:06:48 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -95,6 +95,10 @@ static const struct pci_known_product pci_known_products[] = {
"3cSOHO-TX",
},
{
+ PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3CRWE777A,
+ "3crwe777a AirConnect",
+ },
+ {
PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C900TPO,
"3c900 10Base-T",
},