diff options
author | imp <imp@FreeBSD.org> | 2000-10-22 06:41:46 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-10-22 06:41:46 +0000 |
commit | cfad5f028c94e398b08ad9037c3fcafdefedef87 (patch) | |
tree | 984cd3e91e0834b333cba504ab531167fb50a241 /sys/dev/fxp/if_fxp.c | |
parent | 1c304223e1016993095ac1a999786ee8b211eda0 (diff) | |
download | FreeBSD-src-cfad5f028c94e398b08ad9037c3fcafdefedef87.zip FreeBSD-src-cfad5f028c94e398b08ad9037c3fcafdefedef87.tar.gz |
Make usual 1-line cardbus support modification.
I'm committing this over an Intel PRO-100 CardBus II card.
Diffstat (limited to 'sys/dev/fxp/if_fxp.c')
-rw-r--r-- | sys/dev/fxp/if_fxp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 43c30b7..6544f56 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -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. |