diff options
author | imp <imp@FreeBSD.org> | 2001-11-15 07:52:49 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-11-15 07:52:49 +0000 |
commit | 6fdb4db61fdcfe6c7ac9e948b3992f71161db41c (patch) | |
tree | a9e9d45efaa58584c67fb0cd23076bb6ae8fe41f /sys/dev/cs/if_cs_pccard.c | |
parent | 3e552735d1cc43586b90c3573f1c96763315f572 (diff) | |
download | FreeBSD-src-6fdb4db61fdcfe6c7ac9e948b3992f71161db41c.zip FreeBSD-src-6fdb4db61fdcfe6c7ac9e948b3992f71161db41c.tar.gz |
Migrate to PCMCIA_CARD() macros
Diffstat (limited to 'sys/dev/cs/if_cs_pccard.c')
-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 |