Make usual 1-line cardbus support modification.

I'm committing this over an Intel PRO-100 CardBus II card.
This commit is contained in:
Warner Losh 2000-10-22 06:41:46 +00:00
parent a4799e4431
commit 869975bf96
2 changed files with 2 additions and 0 deletions

View File

@ -566,6 +566,7 @@ static driver_t fxp_driver = {
static devclass_t fxp_devclass;
DRIVER_MODULE(if_fxp, pci, fxp_driver, fxp_devclass, 0, 0);
DRIVER_MODULE(if_fxp, cardbus, fxp_driver, fxp_devclass, 0, 0);
/*
* Do generic parts of attach.

View File

@ -566,6 +566,7 @@ static driver_t fxp_driver = {
static devclass_t fxp_devclass;
DRIVER_MODULE(if_fxp, pci, fxp_driver, fxp_devclass, 0, 0);
DRIVER_MODULE(if_fxp, cardbus, fxp_driver, fxp_devclass, 0, 0);
/*
* Do generic parts of attach.