svn commit: r192346 - in stable/6/sys: . contrib/pf dev/cxgb net

John Baldwin jhb at FreeBSD.org
Mon May 18 21:58:59 UTC 2009


Author: jhb
Date: Mon May 18 21:58:57 2009
New Revision: 192346
URL: http://svn.freebsd.org/changeset/base/192346

Log:
  MFC: Remove dependency of vlan.ko on miibus.ko.

Modified:
  stable/6/sys/   (props changed)
  stable/6/sys/contrib/pf/   (props changed)
  stable/6/sys/dev/cxgb/   (props changed)
  stable/6/sys/net/if_vlan.c

Modified: stable/6/sys/net/if_vlan.c
==============================================================================
--- stable/6/sys/net/if_vlan.c	Mon May 18 21:58:21 2009	(r192345)
+++ stable/6/sys/net/if_vlan.c	Mon May 18 21:58:57 2009	(r192346)
@@ -315,7 +315,6 @@ 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 struct ifnet *
 vlan_clone_match_ethertag(struct if_clone *ifc, const char *name, int *tag)


More information about the svn-src-all mailing list