summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn/if_sn_pccard.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-07-09 05:14:32 +0000
committerscottl <scottl@FreeBSD.org>2005-07-09 05:14:32 +0000
commit546c2464a37750c6bc9fdb48917559d308ff5f20 (patch)
tree865fa861be3026c6a4c1e0bc3c5d60ab0804cd3c /sys/dev/sn/if_sn_pccard.c
parent3205d4a9cee3fdb26e8411b5ce8d6f6220ce7ced (diff)
downloadFreeBSD-src-546c2464a37750c6bc9fdb48917559d308ff5f20.zip
FreeBSD-src-546c2464a37750c6bc9fdb48917559d308ff5f20.tar.gz
Fix the build. The SMC_8020BT define doesn't exist yet.
Approved by: re (implicit)
Diffstat (limited to 'sys/dev/sn/if_sn_pccard.c')
-rw-r--r--sys/dev/sn/if_sn_pccard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c
index 7856770..ce63aaa 100644
--- a/sys/dev/sn/if_sn_pccard.c
+++ b/sys/dev/sn/if_sn_pccard.c
@@ -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 }
};
OpenPOWER on IntegriCloud