summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2008-07-18 11:45:25 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2008-07-18 11:45:25 +0000
commitc99aeef553a5786e633d4a1ccbde2bd930d0c0b7 (patch)
treea90f41836477d1d5b984b4944e48d7f471300f78 /sys/dev/pci
parentf18a9b37281fe904f3034be414cc709560c09102 (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 4c40ce8ec52..6171368702e 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.1385 2008/07/05 18:21:47 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1387 2008/07/18 11:44:22 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1155,6 +1155,7 @@
/* Belkin Components products */
#define PCI_PRODUCT_BELKIN2_F5D6001 0x6001 /* F5D6001 */
#define PCI_PRODUCT_BELKIN2_F5D6020V3 0x6020 /* F5D6020V3 */
+#define PCI_PRODUCT_BELKIN2_F5D7010 0x701f /* F5D7010 */
#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 e00b7507eb2..5eacbd06a76 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.1385 2008/07/05 18:21:47 kettenis Exp
+ * OpenBSD: pcidevs,v 1.1387 2008/07/18 11:44:22 reyk Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2948,6 +2948,10 @@ static const struct pci_known_product pci_known_products[] = {
"F5D6020V3",
},
{
+ PCI_VENDOR_BELKIN2, PCI_PRODUCT_BELKIN2_F5D7010,
+ "F5D7010",
+ },
+ {
PCI_VENDOR_BELKIN, PCI_PRODUCT_BELKIN_F5D6000,
"F5D6000",
},