From 87f0991c938459aade20df0ca420848ed0714931 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 17 Feb 2003 19:57:32 +0000 Subject: an driver now needs wlan, so put the required explicit depends into the source. Reviewed by: ambrisko --- sys/dev/an/if_an_pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/an/if_an_pci.c') diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c index c219024..466cf56 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); -- cgit v1.1