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)
This commit is contained in:
parent
514091a2b5
commit
1dd8415bd2
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user