summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-10-03 23:51:10 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-10-03 23:51:10 +0000
commitc01b31583b5ce39c8e5592359583d8a35b59456b (patch)
tree9d1d16f8a393fad9996d21b1e7bed8efbde669c4 /sys
parent1b1acac5dd6533358cf250c86f0e66467baa46be (diff)
sync
Diffstat (limited to 'sys')
-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 c73b783cdb6..f27ae9d0787 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.551 2002/09/30 19:50:32 deraadt Exp
+ * OpenBSD: pcidevs,v 1.552 2002/10/03 23:50:50 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -973,6 +973,10 @@
/* Broadcom */
#define PCI_PRODUCT_BROADCOM_BCM5700 0x1644 /* BCM5700 */
#define PCI_PRODUCT_BROADCOM_BCM5701 0x1645 /* BCM5701 */
+#define PCI_PRODUCT_BROADCOM_BCM5702 0x1646 /* BCM5702 */
+#define PCI_PRODUCT_BROADCOM_BCM5703 0x1647 /* BCM5703 */
+#define PCI_PRODUCT_BROADCOM_BCM5702X 0x16a6 /* BCM5702X */
+#define PCI_PRODUCT_BROADCOM_BCM5703X 0x16a7 /* BCM5703X */
#define PCI_PRODUCT_BROADCOM_5801 0x5801 /* 5801 */
#define PCI_PRODUCT_BROADCOM_5802 0x5802 /* 5802 */
#define PCI_PRODUCT_BROADCOM_5805 0x5805 /* 5805 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 358b5dc2fe9..89b8248fc51 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.551 2002/09/30 19:50:32 deraadt Exp
+ * OpenBSD: pcidevs,v 1.552 2002/10/03 23:50:50 jason Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1267,6 +1267,22 @@ static const struct pci_known_product pci_known_products[] = {
"BCM5701",
},
{
+ PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5702,
+ "BCM5702",
+ },
+ {
+ PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5703,
+ "BCM5703",
+ },
+ {
+ PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5702X,
+ "BCM5702X",
+ },
+ {
+ PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_BCM5703X,
+ "BCM5703X",
+ },
+ {
PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_5801,
"5801",
},