Make usual 1-line cardbus support modification.
I'm committing this over an Intel PRO-100 CardBus II card.
This commit is contained in:
parent
a4799e4431
commit
869975bf96
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user