summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sk.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-11-07 22:04:26 +0000
committerpeter <peter@FreeBSD.org>2003-11-07 22:04:26 +0000
commit1c0b81ebd516504f7edb23aa8bae31bd658b90bc (patch)
tree5a8790fed27c600820f02ed01a43d94b80dda335 /sys/pci/if_sk.c
parentcb67907c73f1f0bb582ab8ec4735fceb8231d9fd (diff)
downloadFreeBSD-src-1c0b81ebd516504f7edb23aa8bae31bd658b90bc.zip
FreeBSD-src-1c0b81ebd516504f7edb23aa8bae31bd658b90bc.tar.gz
Ahh, the joys of badge engineering. Tell the sk driver that the
Linksys EG1032 is yet another variation. It looks just like the 3c940 except it only has a Marvell logo and no 3com logo.
Diffstat (limited to 'sys/pci/if_sk.c')
-rw-r--r--sys/pci/if_sk.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/pci/if_sk.c b/sys/pci/if_sk.c
index 2773236..0358635 100644
--- a/sys/pci/if_sk.c
+++ b/sys/pci/if_sk.c
@@ -156,6 +156,11 @@ static struct sk_type sk_devs[] = {
DEVICEID_3COM_3C940,
"3Com 3C940 Gigabit Ethernet"
},
+ {
+ VENDORID_LINKSYS,
+ DEVICEID_LINKSYS_EG1032,
+ "Linksys EG1032 Gigabit Ethernet"
+ },
{ 0, 0, NULL }
};
@@ -1519,6 +1524,7 @@ skc_attach(dev)
break;
case DEVICEID_SK_V2:
case DEVICEID_3COM_3C940:
+ case DEVICEID_LINKSYS_EG1032:
sc->sk_type = SK_YUKON;
break;
}
OpenPOWER on IntegriCloud