summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-10 03:48:17 +0000
committerimp <imp@FreeBSD.org>2005-01-10 03:48:17 +0000
commit22e0647d256b66405b7bce3fce1fb13b05ce9f2f (patch)
tree9e88daecd04fabf069cc5648f199cf449d5b04b4 /sys/dev/fe
parentc8f79299ea3e1658fef4badd6210e1bebe7290a6 (diff)
downloadFreeBSD-src-22e0647d256b66405b7bce3fce1fb13b05ce9f2f.zip
FreeBSD-src-22e0647d256b66405b7bce3fce1fb13b05ce9f2f.tar.gz
Add support for:
fe1: <EAGLE Technology NE200 ETHERNET LAN MBH10302 04> As reported by Sean Shapira. This appears to be working. Eagle used Fujitsu's vendor number, with a product number of 4 (which is the same as the vendor number, which is a little suspect). Since there's no apparent conflict, go ahead and use it. Submitted by: Sean Shapira
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fe_pccard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fe/if_fe_pccard.c b/sys/dev/fe/if_fe_pccard.c
index 37c600e..27f006d 100644
--- a/sys/dev/fe/if_fe_pccard.c
+++ b/sys/dev/fe/if_fe_pccard.c
@@ -72,6 +72,7 @@ static const struct fe_pccard_product {
{ PCMCIA_CARD(CONTEC, CNETPC, 0), 0, -1 },
{ PCMCIA_CARD(FUJITSU, LA501, 0), 0x20, -1 },
{ PCMCIA_CARD(FUJITSU, LA10S, 0), 0, -1 },
+ { PCMCIA_CARD(FUJITSU, NE200, 0), 0, -1 }, /* Sold by Eagle */
{ PCMCIA_CARD(RATOC, REX_R280, 0), 0, 0x1fc },
{ { NULL } }
};
OpenPOWER on IntegriCloud