From 9de4df498c32e79d5134a64a36f8ce0e051b6219 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 15 Nov 2001 07:52:49 +0000 Subject: Migrate to PCMCIA_CARD() macros --- sys/dev/cs/if_cs_pccard.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/cs') diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index 92e71cad37b5..a927f21f9c34 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 -- cgit v1.3