aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-02-17 19:57:32 +0000
committerWarner Losh <imp@FreeBSD.org>2003-02-17 19:57:32 +0000
commit1493e06d04c14dcb9f635e80ca7308938aefb47a (patch)
tree388dba63b1e08ea35ab186d7892b1a27eee8a00f /sys/dev
parent9dc3de8830f56bdd20737a847ba5e63f27197d62 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/an/if_an_isa.c1
-rw-r--r--sys/dev/an/if_an_pccard.c1
-rw-r--r--sys/dev/an/if_an_pci.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c
index 45fc3b5d45b79..de05a84700797 100644
--- a/sys/dev/an/if_an_isa.c
+++ b/sys/dev/an/if_an_isa.c
@@ -165,3 +165,4 @@ static driver_t an_isa_driver = {
static devclass_t an_isa_devclass;
DRIVER_MODULE(if_an, isa, an_isa_driver, an_isa_devclass, 0, 0);
+MODULE_DEPEND(if_an, wlan, 1, 1, 1);
diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c
index a246d6b66f808..95a4c5b71bcb0 100644
--- a/sys/dev/an/if_an_pccard.c
+++ b/sys/dev/an/if_an_pccard.c
@@ -110,6 +110,7 @@ static driver_t an_pccard_driver = {
static devclass_t an_pccard_devclass;
DRIVER_MODULE(if_an, pccard, an_pccard_driver, an_pccard_devclass, 0, 0);
+MODULE_DEPEND(if_an, wlan, 1, 1, 1);
static const struct pccard_product an_pccard_products[] = {
PCMCIA_CARD(AIRONET, PC4800, 0),
diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c
index c21902417e61f..466cf56e22ec3 100644
--- a/sys/dev/an/if_an_pci.c
+++ b/sys/dev/an/if_an_pci.c
@@ -299,3 +299,4 @@ static driver_t an_pci_driver = {
static devclass_t an_devclass;
DRIVER_MODULE(if_an, pci, an_pci_driver, an_devclass, 0, 0);
+MODULE_DEPEND(if_an, wlan, 1, 1, 1);