summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-03-25 22:12:07 +0000
committerimp <imp@FreeBSD.org>2009-03-25 22:12:07 +0000
commitd8794258d3a33f67f00fafc2cdb283252462de66 (patch)
tree80071c079c796516e01ad1b49f550ad819e81863
parentafc2ecb61b9348611fdae9f1b66b88494c3891d5 (diff)
downloadFreeBSD-src-d8794258d3a33f67f00fafc2cdb283252462de66.zip
FreeBSD-src-d8794258d3a33f67f00fafc2cdb283252462de66.tar.gz
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.
-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 e72a0a8..e1cb10d 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? */
OpenPOWER on IntegriCloud