diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-11-11 20:17:10 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-11-11 20:17:10 +0000 |
| commit | 269b3a82113934bcc47423a3f9e8bef5069190a1 (patch) | |
| tree | f456e49e4e979bd76b52eb328de13871b294de72 /sys/dev/cs | |
| parent | fdacad4e7627391501c04c5806848f16be26a552 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cs')
| -rw-r--r-- | sys/dev/cs/if_cs_pccard.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index fb907a322c47..92e71cad37b5 100644 --- a/sys/dev/cs/if_cs_pccard.c +++ b/sys/dev/cs/if_cs_pccard.c @@ -48,9 +48,9 @@ #include "card_if.h" static const struct pccard_product cs_pccard_products[] = { - { PCCARD_STR_IBM_ETHERJET, PCCARD_VENDOR_IBM, - PCCARD_PRODUCT_IBM_ETHERJET, 0, - PCCARD_CIS_IBM_ETHERJET }, + { PCMCIA_STR_IBM_ETHERJET, PCMCIA_VENDOR_IBM, + PCMCIA_PRODUCT_IBM_ETHERJET, 0, + PCMCIA_CIS_IBM_ETHERJET }, { NULL } }; static int |
