diff options
Diffstat (limited to 'sys/dev/cs')
-rw-r--r-- | sys/dev/cs/if_cs_pccard.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index 92e71ca..a927f21 100644 --- a/sys/dev/cs/if_cs_pccard.c +++ b/sys/dev/cs/if_cs_pccard.c @@ -48,9 +48,7 @@ #include "card_if.h" static const struct pccard_product cs_pccard_products[] = { - { PCMCIA_STR_IBM_ETHERJET, PCMCIA_VENDOR_IBM, - PCMCIA_PRODUCT_IBM_ETHERJET, 0, - PCMCIA_CIS_IBM_ETHERJET }, + PCMCIA_CARD(IBM, ETHERJET, 0), { NULL } }; static int |