diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-07-18 11:45:25 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2008-07-18 11:45:25 +0000 |
commit | c99aeef553a5786e633d4a1ccbde2bd930d0c0b7 (patch) | |
tree | a90f41836477d1d5b984b4944e48d7f471300f78 /sys/dev/pci/pcidevs_data.h | |
parent | f18a9b37281fe904f3034be414cc709560c09102 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
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", }, |