From 47cb54ecd024502a3854f31b33eb26c9ceafc489 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 10 Jan 2005 03:48:17 +0000 Subject: [PATCH] Add support for: fe1: 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 --- sys/dev/fe/if_fe_pccard.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/fe/if_fe_pccard.c b/sys/dev/fe/if_fe_pccard.c index 37c600e5137..27f006d9dd0 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 } } };