aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-11-28 05:28:29 +0000
committerWarner Losh <imp@FreeBSD.org>2003-11-28 05:28:29 +0000
commit347934fa630483db685b288c70a07621cb6f8721 (patch)
treef3a75060791c0ddccff507c8cb62ab6ffc682113 /sys/dev/ath
parentfdc21d0d1e4216d0c77c05db987e54c8237fe0f6 (diff)
Notes
Diffstat (limited to 'sys/dev/ath')
-rw-r--r--sys/dev/ath/if_ath_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c
index 7f8e9cfe7f037..40ec01bd514b9 100644
--- a/sys/dev/ath/if_ath_pci.c
+++ b/sys/dev/ath/if_ath_pci.c
@@ -296,6 +296,7 @@ static driver_t ath_pci_driver = {
};
static devclass_t ath_devclass;
DRIVER_MODULE(if_ath, pci, ath_pci_driver, ath_devclass, 0, 0);
+DRIVER_MODULE(if_ath, cardbus, ath_pci_driver, ath_devclass, 0, 0);
MODULE_VERSION(if_ath, 1);
MODULE_DEPEND(if_ath, ath_hal, 1, 1, 1); /* Atheros HAL */
MODULE_DEPEND(if_ath, wlan, 1, 1, 1); /* 802.11 media layer */