Date: Sat, 18 Apr 2009 10:49:28 +0200 From: Niclas Zeising <niclas.zeising@gmail.com> To: John Baldwin <jhb@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r191217 - head/sys/net Message-ID: <49E99418.40109@gmail.com> In-Reply-To: <200904171740.n3HHelQT029880@svn.freebsd.org> References: <200904171740.n3HHelQT029880@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin wrote: > Author: jhb > Date: Fri Apr 17 17:40:47 2009 > New Revision: 191217 > URL: http://svn.freebsd.org/changeset/base/191217 > > Log: > The vlan code has not required the miibus code since 6.0 when > if_link_state_change() was added and the vlan link-state hook was moved > out of miibus and into net/if.c. > > MFC after: 1 month > > Modified: > head/sys/net/if_vlan.c > > Modified: head/sys/net/if_vlan.c > ============================================================================== > --- head/sys/net/if_vlan.c Fri Apr 17 17:24:07 2009 (r191216) > +++ head/sys/net/if_vlan.c Fri Apr 17 17:40:47 2009 (r191217) > @@ -574,7 +574,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) > _______________________________________________ > svn-src-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" > This should be changed in NOTES as well. Regards! //Niclas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49E99418.40109>