From 3f3fb18f8e37c634bd574e698ae854e4af38da5e Mon Sep 17 00:00:00 2001 From: peter 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/pci/if_vr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/pci/if_vr.c') diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c index 59c354f..6e1ed0e 100644 --- a/sys/pci/if_vr.c +++ b/sys/pci/if_vr.c @@ -100,6 +100,8 @@ #include +MODULE_DEPEND(vr, miibus, 1, 1, 1); + /* "controller miibus0" required. See GENERIC if you get errors here. */ #include "miibus_if.h" -- cgit v1.1