summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-12-07 11:09:04 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-12-07 11:09:04 +0000
commit4a80152731a9337285c1829d01a9cf22b6156d00 (patch)
treec0fcb5bab192cd41455dd042230daa6e14f7a845
parent017c888c2593942ed1cd1f741cc823bdab7a1118 (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h5
-rw-r--r--sys/dev/pci/pcidevs_data.h14
2 files changed, 17 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index d152c1d5d70..80c79c5532e 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.806 2004/12/06 16:06:01 mickey Exp
+ * OpenBSD: pcidevs,v 1.807 2004/12/07 11:06:56 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -253,6 +253,7 @@
#define PCI_VENDOR_ALTIMA 0x173b /* Altima */
#define PCI_VENDOR_ANTARES 0x1754 /* Antares Microsystems */
#define PCI_VENDOR_CAVIUM 0x177d /* Cavium */
+#define PCI_VENDOR_BELKIN2 0x1799 /* Belkin */
#define PCI_VENDOR_LANERGY 0x1812 /* Lanergy */
#define PCI_VENDOR_RALINK 0x1814 /* Ralink */
#define PCI_VENDOR_SYMPHONY2 0x1c1c /* Symphony Labs */
@@ -782,6 +783,8 @@
#define PCI_PRODUCT_AVM_T1 0x1200 /* PRI T1 ISDN */
/* Belkin Components products */
+#define PCI_PRODUCT_BELKIN2_F5D6001 0x6001 /* F5D6001 */
+#define PCI_PRODUCT_BELKIN2_F5D6020V3 0x6020 /* F5D6020V3 */
#define PCI_PRODUCT_BELKIN_F5D6000 0xec00 /* F5D6000 */
/* Bit3 products */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index d9780a0b366..7ce13aee311 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.806 2004/12/06 16:06:01 mickey Exp
+ * OpenBSD: pcidevs,v 1.807 2004/12/07 11:06:56 jsg Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1711,6 +1711,14 @@ static const struct pci_known_product pci_known_products[] = {
"PRI T1 ISDN",
},
{
+ PCI_VENDOR_BELKIN2, PCI_PRODUCT_BELKIN2_F5D6001,
+ "F5D6001",
+ },
+ {
+ PCI_VENDOR_BELKIN2, PCI_PRODUCT_BELKIN2_F5D6020V3,
+ "F5D6020V3",
+ },
+ {
PCI_VENDOR_BELKIN, PCI_PRODUCT_BELKIN_F5D6000,
"F5D6000",
},
@@ -8963,6 +8971,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"Cavium",
},
{
+ PCI_VENDOR_BELKIN2,
+ "Belkin",
+ },
+ {
PCI_VENDOR_LANERGY,
"Lanergy",
},