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:
parent
98e1287686
commit
96b15e09d9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71336
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user