diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-06-24 14:36:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-06-24 14:36:54 +0000 |
| commit | ab581af7793365b219b8d57024e809a5b0e9c0ad (patch) | |
| tree | 91b11a1e2d6c246cb57e03c1d11c4d0d6f4ccf99 /sys/dev/cs | |
| parent | a3e5dcfd76c7dee9cfcb185ab90c3475818a5807 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cs')
| -rw-r--r-- | sys/dev/cs/if_cs_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index 5aee2228a833..6935bf49dc04 100644 --- a/sys/dev/cs/if_cs_pccard.c +++ b/sys/dev/cs/if_cs_pccard.c @@ -51,7 +51,7 @@ __FBSDID("$FreeBSD$"); #include "pccarddevs.h" static const struct pccard_product cs_pccard_products[] = { - PCMCIA_CARD(IBM, ETHERJET, 0), + PCMCIA_CARD(IBM, ETHERJET), { NULL } }; static int |
