svn commit: r192340 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb net

John Baldwin jhb at FreeBSD.org
Mon May 18 21:44:34 UTC 2009


Author: jhb
Date: Mon May 18 21:44:33 2009
New Revision: 192340
URL: http://svn.freebsd.org/changeset/base/192340

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

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

Modified: stable/7/sys/net/if_vlan.c
==============================================================================
--- stable/7/sys/net/if_vlan.c	Mon May 18 21:36:17 2009	(r192339)
+++ stable/7/sys/net/if_vlan.c	Mon May 18 21:44:33 2009	(r192340)
@@ -567,7 +567,6 @@ static moduledata_t vlan_mod = {
 
 DECLARE_MODULE(if_vlan, vlan_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
 MODULE_VERSION(if_vlan, 3);
-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-stable-7 mailing list