summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2004-08-20 05:06:10 +0000
committerjmg <jmg@FreeBSD.org>2004-08-20 05:06:10 +0000
commit8eb64c26ee983e99f50162600c6d5362a8db7557 (patch)
tree686fd8fc6e39078c5386902bc98ab6b21b514208 /sys/pci
parentb002cd4ada3cb0f2cc5b62d23e759086386f5b64 (diff)
downloadFreeBSD-src-8eb64c26ee983e99f50162600c6d5362a8db7557.zip
FreeBSD-src-8eb64c26ee983e99f50162600c6d5362a8db7557.tar.gz
add pci id for Belkin F5D5005 Gigabit ethernet card.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_sk.c6
-rw-r--r--sys/pci/if_skreg.h5
2 files changed, 11 insertions, 0 deletions
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index 2db4f7c..693ed9d 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -156,6 +156,11 @@ static struct sk_type sk_devs[] = {
"Marvell Gigabit Ethernet"
},
{
+ VENDORID_MARVELL,
+ DEVICEID_BELKIN_5005,
+ "Belkin F5D5005 Gigabit Ethernet"
+ },
+ {
VENDORID_3COM,
DEVICEID_3COM_3C940,
"3Com 3C940 Gigabit Ethernet"
@@ -1532,6 +1537,7 @@ skc_attach(dev)
sc->sk_type = SK_GENESIS;
break;
case DEVICEID_SK_V2:
+ case DEVICEID_BELKIN_5005:
case DEVICEID_3COM_3C940:
case DEVICEID_LINKSYS_EG1032:
case DEVICEID_DLINK_DGE530T:
diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h
index 25027a1..51ce15d 100644
--- a/sys/pci/if_skreg.h
+++ b/sys/pci/if_skreg.h
@@ -71,6 +71,11 @@
#define DEVICEID_SK_V2 0x4320
/*
+ * Belkin F5D5005
+ */
+#define DEVICEID_BELKIN_5005 0x5005
+
+/*
* 3Com PCI vendor ID
*/
#define VENDORID_3COM 0x10b7
OpenPOWER on IntegriCloud