From 42f69154d44a8f636ea1e7b9887685cb94eff519 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 29 Oct 2005 03:49:44 +0000 Subject: Add Billionton LNA-100B variation that Alan reported in arch. [1] Also add Global Village lan modem, even though I'm unsure if it works. Reported by: Alan newsletter at acsoftware dot org --- sys/dev/ed/if_ed_pccard.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index 6782af5..d65c548 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -135,8 +135,9 @@ static const struct ed_product { { PCMCIA_CARD(ACCTON, EN2216), 0}, { PCMCIA_CARD(ALLIEDTELESIS, LA_PCM), 0}, { PCMCIA_CARD(AMBICOM, AMB8002T), 0}, - { PCMCIA_CARD(BILLIONTON, LNT10TN), 0}, { PCMCIA_CARD(BILLIONTON, CFLT10N), 0}, + { PCMCIA_CARD(BILLIONTON, LNA100B), NE2000DVF_AX88X90}, + { PCMCIA_CARD(BILLIONTON, LNT10TN), 0}, { PCMCIA_CARD(BROMAX, IPORT), 0}, { PCMCIA_CARD(BROMAX, IPORT2), 0}, { PCMCIA_CARD(BUFFALO, LPC2_CLT), 0}, @@ -164,6 +165,7 @@ static const struct ed_product { { PCMCIA_CARD(EDIMAX, EP4000A), 0}, { PCMCIA_CARD(EPSON, EEN10B), NE2000DVF_ENADDR, 0xff0}, { PCMCIA_CARD(EXP, THINLANCOMBO), 0}, + { PCMCIA_CARD(GLOBALVILLAGE, LANMODEM), 0}, { PCMCIA_CARD(GREY_CELL, TDK3000), 0}, { PCMCIA_CARD(GREY_CELL, DMF650TX), NE2000DVF_ANYFUNC | NE2000DVF_DL100XX | NE2000DVF_MODEM}, -- cgit v1.1