From 1dd8415bd271c2d081ddee9781ed8b310da3844a Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 9 Jul 2005 01:30:32 +0000 Subject: Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so list that since I can't test it directly. The driver also lists the EM1144 as being supported, but in reality it isn't. The EM1144-T, {XJ,CC}{3288,3336} have the SMC chips in them, but aren't conformant MFC cards, so they need their own driver. Also, it does little harm to list the 8020BT, so remove #if 0. Approved by: re (scottl) --- sys/dev/sn/if_sn_pccard.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/dev/sn') diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index a1cc137..7856770 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -56,10 +56,9 @@ __FBSDID("$FreeBSD$"); static const struct pccard_product sn_pccard_products[] = { PCMCIA_CARD(DSPSI, XJACK), PCMCIA_CARD(NEWMEDIA, BASICS), - PCMCIA_CARD(SMC, SMC91C96), -#if 0 + PCMCIA_CARD(PSION, GOLDCARD), PCMCIA_CARD(SMC, 8020BT), -#endif + PCMCIA_CARD(SMC, SMC91C96), { NULL } }; -- cgit v1.1