From f066fc09ea6725b0a29b247f3d9e9feb383a81e8 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 25 Mar 2009 22:12:07 +0000 Subject: [PATCH] It appears that the TDK LAK CD011 works with fe driver. I don't have a dongle for the card, but it passes the sanity testsin the probe/attach routines and returns the correct MAC address. --- 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 e72a0a8bc53c..e1cb10d64762 100644 --- a/sys/dev/fe/if_fe_pccard.c +++ b/sys/dev/fe/if_fe_pccard.c @@ -73,6 +73,7 @@ static const struct fe_pccard_product { { PCMCIA_CARD(FUJITSU2, FMV_J182A), 0 }, { PCMCIA_CARD(FUJITSU2, ITCFJ182A), 0 }, /* These need to be second */ + { PCMCIA_CARD(TDK, LAK_CD011), 0 }, { PCMCIA_CARD(TDK, LAK_CD021BX), 0 }, { PCMCIA_CARD(TDK, LAK_CF010), 0 }, #if 0 /* XXX 86960-based? */