diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-08-21 17:27:49 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-08-21 17:27:49 +0000 |
| commit | 9a28275ef566285e0c90c22d0fec6f9f133ace9d (patch) | |
| tree | 9ffda7de0cb88d50719f794f53652dd408f843a4 /sys/dev/sn | |
| parent | 63d8b1edaa3123b237df58842ff92b534001dc83 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sn')
| -rw-r--r-- | sys/dev/sn/if_sn_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index 498db98b2721..766052e2bf1f 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -54,7 +54,7 @@ #include "card_if.h" static const struct pccard_product sn_pccard_products[] = { - PCMCIA_CARD(MEGAHERTZ2, XJACK, 0), + PCMCIA_CARD(DSPSI, XJACK, 0), PCMCIA_CARD(NEWMEDIA, BASICS, 0), #if 0 PCMCIA_CARD(SMC, 8020BT, 0), |
