summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp/if_fxp.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-10-22 06:41:46 +0000
committerimp <imp@FreeBSD.org>2000-10-22 06:41:46 +0000
commitcfad5f028c94e398b08ad9037c3fcafdefedef87 (patch)
tree984cd3e91e0834b333cba504ab531167fb50a241 /sys/dev/fxp/if_fxp.c
parent1c304223e1016993095ac1a999786ee8b211eda0 (diff)
downloadFreeBSD-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.c1
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.
OpenPOWER on IntegriCloud