From 95a1645553285f84b844f5a1e32e6edf70c58f0d Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 29 Apr 2000 13:41:57 +0000 Subject: Depend on miibus. Note that if_aue doesn't strictly depend on usb because it uses the method interface for calls rather than using internal symbols, and because it's a child driver of usb and therefore will not try and do anything unless the parent usb code is loaded at some point. if_aue does strictly depend on miibus as it will fail to link if it is missing. --- sys/dev/sf/if_sf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/sf') diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 5af924b0658d..5fb33a9a53f0 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -118,6 +118,8 @@ #include +MODULE_DEPEND(sf, miibus, 1, 1, 1); + #ifndef lint static const char rcsid[] = "$FreeBSD$"; -- cgit v1.2.3