diff options
author | imp <imp@FreeBSD.org> | 2001-11-11 20:17:10 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-11-11 20:17:10 +0000 |
commit | 249aae38882d228e6b3e72451e875b36ad87712a (patch) | |
tree | f456e49e4e979bd76b52eb328de13871b294de72 /sys/dev/wi/if_wi.c | |
parent | eac3f73dc14cbb8e2b9b91afe98c900fb5012add (diff) | |
download | FreeBSD-src-249aae38882d228e6b3e72451e875b36ad87712a.zip FreeBSD-src-249aae38882d228e6b3e72451e875b36ad87712a.tar.gz |
s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing
Diffstat (limited to 'sys/dev/wi/if_wi.c')
-rw-r--r-- | sys/dev/wi/if_wi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 19394c8..5a251c1 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -231,9 +231,9 @@ DRIVER_MODULE(if_wi, pci, wi_pci_driver, wi_devclass, 0, 0); #endif static const struct pccard_product wi_pccard_products[] = { - { PCCARD_STR_LUCENT_WAVELAN_IEEE, PCCARD_VENDOR_LUCENT, - PCCARD_PRODUCT_LUCENT_WAVELAN_IEEE, 0, - PCCARD_CIS_LUCENT_WAVELAN_IEEE }, + { PCMCIA_STR_LUCENT_WAVELAN_IEEE, PCMCIA_VENDOR_LUCENT, + PCMCIA_PRODUCT_LUCENT_WAVELAN_IEEE, 0, + PCMCIA_CIS_LUCENT_WAVELAN_IEEE }, }; static int wi_pccard_match(dev) |