summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-05-21 08:43:38 +0000
committerru <ru@FreeBSD.org>2004-05-21 08:43:38 +0000
commit418aa56fe430321380ae1e15b511efa56ddedd63 (patch)
treee99c363673e6e934a10c758d4b8f042dda1c8589 /sys/net/if_vlan.c
parent495f3cad6e0b3ed5a8c57247e1a8a3341ff79311 (diff)
downloadFreeBSD-src-418aa56fe430321380ae1e15b511efa56ddedd63.zip
FreeBSD-src-418aa56fe430321380ae1e15b511efa56ddedd63.tar.gz
Added dependency on the miibus module.
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r--sys/net/if_vlan.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index 905da0a..4810646 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -245,6 +245,7 @@ static moduledata_t vlan_mod = {
};
DECLARE_MODULE(if_vlan, vlan_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
+MODULE_DEPEND(if_vlan, miibus, 1, 1, 1);
static int
vlan_clone_create(struct if_clone *ifc, int unit)
OpenPOWER on IntegriCloud