Date: Wed, 25 Mar 2009 22:12:07 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r190427 - head/sys/dev/fe Message-ID: <200903252212.n2PMC78p090954@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Wed Mar 25 22:12:07 2009 New Revision: 190427 URL: http://svn.freebsd.org/changeset/base/190427 Log: 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. Modified: head/sys/dev/fe/if_fe_pccard.c Modified: head/sys/dev/fe/if_fe_pccard.c ============================================================================== --- head/sys/dev/fe/if_fe_pccard.c Wed Mar 25 22:08:30 2009 (r190426) +++ head/sys/dev/fe/if_fe_pccard.c Wed Mar 25 22:12:07 2009 (r190427) @@ -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? */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903252212.n2PMC78p090954>