aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an/if_an_isa.c
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/an/if_an_isa.c
parent9dc3de8830f56bdd20737a847ba5e63f27197d62 (diff)
downloadsrc-1493e06d04c14dcb9f635e80ca7308938aefb47a.tar.gz
src-1493e06d04c14dcb9f635e80ca7308938aefb47a.zip
an driver now needs wlan, so put the required explicit depends
into the source. Reviewed by: ambrisko
Notes
Notes: svn path=/head/; revision=111051
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 45fc3b5d45b7..de05a8470079 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);