1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

wi has been converted to NEWCARD, so included it when pccard is

included.

Also, I forgot to update this to the new cis[] structure last night,
mainly due to the above omission.
This commit is contained in:
Warner Losh 2001-01-21 18:10:38 +00:00
parent 98e1287686
commit 96b15e09d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71336
2 changed files with 3 additions and 2 deletions

View File

@ -539,6 +539,7 @@ dev/vx/if_vx_eisa.c optional vx eisa
dev/vx/if_vx_pci.c optional vx pci
dev/wds/wd7000.c optional wds isa
dev/wi/if_wi.c optional wi card
dev/wi/if_wi.c optional wi pccard
dev/xe/if_xe.c optional xe card
fs/devfs/devfs_vnops.c optional devfs
fs/devfs/devfs_vfsops.c optional devfs

View File

@ -184,8 +184,8 @@ DRIVER_MODULE(if_wi, pccard, wi_pccard_driver, wi_pccard_devclass, 0, 0);
static const struct pccard_product wi_pccard_products[] = {
{ PCCARD_STR_LUCENT_WAVELAN_IEEE, PCCARD_VENDOR_LUCENT,
PCCARD_PRODUCT_LUCENT_WAVELAN_IEEE, 0, NULL, NULL },
{ NULL }
PCCARD_PRODUCT_LUCENT_WAVELAN_IEEE, 0,
PCCARD_CIS_LUCENT_WAVELAN_IEEE },
};
static int wi_pccard_match(dev)