Fix the build. The SMC_8020BT define doesn't exist yet.

Approved by: re (implicit)
This commit is contained in:
Scott Long 2005-07-09 05:14:32 +00:00
parent 619a359924
commit 0b98232c5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147850

View File

@ -57,7 +57,9 @@ static const struct pccard_product sn_pccard_products[] = {
PCMCIA_CARD(DSPSI, XJACK),
PCMCIA_CARD(NEWMEDIA, BASICS),
PCMCIA_CARD(PSION, GOLDCARD),
#if 0
PCMCIA_CARD(SMC, 8020BT),
#endif
PCMCIA_CARD(SMC, SMC91C96),
{ NULL }
};