summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an_isa.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-02-17 19:57:32 +0000
committerimp <imp@FreeBSD.org>2003-02-17 19:57:32 +0000
commit87f0991c938459aade20df0ca420848ed0714931 (patch)
tree388dba63b1e08ea35ab186d7892b1a27eee8a00f /sys/dev/an/if_an_isa.c
parent11cc0b54e5cc35dbed5851f036b744fdd600bfae (diff)
downloadFreeBSD-src-87f0991c938459aade20df0ca420848ed0714931.zip
FreeBSD-src-87f0991c938459aade20df0ca420848ed0714931.tar.gz
an driver now needs wlan, so put the required explicit depends
into the source. Reviewed by: ambrisko
Diffstat (limited to 'sys/dev/an/if_an_isa.c')
-rw-r--r--sys/dev/an/if_an_isa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c
index 45fc3b5..de05a84 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);
OpenPOWER on IntegriCloud