summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2000-06-12 17:40:22 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2000-06-12 17:40:22 +0000
commit34a26c048fdf0a40932b855df78641c571361466 (patch)
tree1a7c14bef445b91ec851bf9f1f5d671e86994e72
parente46f9541b15db9c10f5b1825479cb57c8ef021ba (diff)
sync
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 18 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index f346298b99a..4701541828e 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.264 2000/05/31 22:12:57 chris Exp
+ * OpenBSD: pcidevs,v 1.266 2000/06/12 17:40:13 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -521,6 +521,7 @@
#define PCI_VENDOR_CMI 0x13f6 /* C-Media Electronics Inc. */
#define PCI_VENDOR_INVERTEX 0x14e1 /* Invertex */
#define PCI_VENDOR_AIRONET 0x14b9 /* Aironet */
+#define PCI_VENDOR_BROADCOM 0x14e4 /* Broadcom */
#define PCI_VENDOR_DELTA 0x1500 /* Delta */
#define PCI_VENDOR_BLUESTEEL 0x15AB /* Bluesteel Networks */
#define PCI_VENDOR_NETSEC 0x1660 /* NetSec */
@@ -773,6 +774,9 @@
#define PCI_PRODUCT_BLUESTEEL_5501 0x0000 /* 5501 */
#define PCI_PRODUCT_BLUESTEEL_5601 0x5601 /* 5601 */
+/* Broadcom */
+#define PCI_PRODUCT_BROADCOM_5805 0x5805 /* 5805 */
+
/* Brooktree products */
#define PCI_PRODUCT_BROOKTREE_BT848 0x0350 /* BT848 */
#define PCI_PRODUCT_BROOKTREE_BT849 0x0351 /* BT849 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 6174631c2b8..1519e1f56e8 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.264 2000/05/31 22:12:57 chris Exp
+ * OpenBSD: pcidevs,v 1.266 2000/06/12 17:40:13 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1017,6 +1017,12 @@ struct pci_knowndev pci_knowndevs[] = {
"5601",
},
{
+ PCI_VENDOR_BROADCOM, PCI_PRODUCT_BROADCOM_5805,
+ 0,
+ "Broadcom",
+ "5805",
+ },
+ {
PCI_VENDOR_BROOKTREE, PCI_PRODUCT_BROOKTREE_BT848,
0,
"Brooktree",
@@ -7677,6 +7683,12 @@ struct pci_knowndev pci_knowndevs[] = {
NULL,
},
{
+ PCI_VENDOR_BROADCOM, 0,
+ PCI_KNOWNDEV_NOPROD,
+ "Broadcom",
+ NULL,
+ },
+ {
PCI_VENDOR_DELTA, 0,
PCI_KNOWNDEV_NOPROD,
"Delta",