From owner-svn-src-all@FreeBSD.ORG Sat Apr 18 09:17:18 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59BA6106566C; Sat, 18 Apr 2009 09:17:18 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from mx6.bahnhof.se (mx6.bahnhof.se [213.80.101.16]) by mx1.freebsd.org (Postfix) with ESMTP id 0AB608FC0C; Sat, 18 Apr 2009 09:17:17 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from localhost (mx6.local [127.0.0.1]) by mx6-reinject (Postfix) with ESMTP id 97ED32110F8; Sat, 18 Apr 2009 10:49:39 +0200 (CEST) Received: from mx6.bahnhof.se ([127.0.0.1]) by localhost (mx6.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 47813-01; Sat, 18 Apr 2009 10:49:36 +0200 (CEST) Received: from [79.136.90.99] (h-90-99.A163.priv.bahnhof.se [79.136.90.99]) by mx6.bahnhof.se (Postfix) with ESMTP id 9B16F2110C8; Sat, 18 Apr 2009 10:49:36 +0200 (CEST) Received: from 127.0.0.1 (AVG SMTP 8.5.287 [270.12.0/2065]); Sat, 18 Apr 2009 10:49:28 +0200 Message-ID: <49E99418.40109@gmail.com> Date: Sat, 18 Apr 2009 10:49:28 +0200 From: Niclas Zeising User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: John Baldwin References: <200904171740.n3HHelQT029880@svn.freebsd.org> In-Reply-To: <200904171740.n3HHelQT029880@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MX6) X-Spam-Status: No, score=1.44 tagged_above=-99 required=5 tests=[DNS_FROM_RFC_POST=1.44] X-Spam-Score: 1.44 X-Spam-Level: * Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r191217 - head/sys/net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Apr 2009 09:17:19 -0000 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