aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-10-22 06:41:46 +0000
committerWarner Losh <imp@FreeBSD.org>2000-10-22 06:41:46 +0000
commit869975bf962cad696287e161036bda4ecc5ab962 (patch)
tree6d4500556a322798ddb7a099846645bba6aac1b7 /sys/dev
parenta4799e4431fe71616d9d446f0f3f12d6944011ae (diff)
Notes
Diffstat (limited to 'sys/dev')
-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 43c30b7070b6..6544f568391b 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.