From owner-cvs-all@FreeBSD.ORG Mon Jan 10 22:43:06 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 992B516A4CE; Mon, 10 Jan 2005 22:43:06 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6DA43D58; Mon, 10 Jan 2005 22:43:06 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j0AMfl3A012042; Mon, 10 Jan 2005 15:41:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 10 Jan 2005 15:42:26 -0700 (MST) Message-Id: <20050110.154226.22136646.imp@bsdimp.com> To: simon@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20050110205654.GF777@zaphod.nitro.dk> References: <20050110202344.GC777@zaphod.nitro.dk> <41E2E561.9000504@freebsd.org> <20050110205654.GF777@zaphod.nitro.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: gurney_j@resnet.uoregon.edu cc: src-committers@FreeBSD.org cc: cvs-src@FreeBSD.org cc: scottl@FreeBSD.org cc: cvs-all@FreeBSD.org cc: emax@FreeBSD.org Subject: Re: cvs commit: src/sys/netgraph ng_base.c src/sys/sys kernel.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2005 22:43:06 -0000 In message: <20050110205654.GF777@zaphod.nitro.dk> "Simon L. Nielsen" writes: : On 2005.01.10 13:28:17 -0700, Scott Long wrote: : > Simon L. Nielsen wrote: : > : > >On 2005.01.10 10:41:39 -0800, John-Mark Gurney wrote: : > > : > >>So, to everone, MODULE_DEPEND only marks which modules are required : > >>for this module to work, it does not infulence startup ordering at : > >>all... : > > : > >So, should I commit this patch? : > > : [...] : > >@@ -69,3 +69,7 @@ : > > .An -nosplit : > > This manual page was written by : > > .An Alexander Langer Aq alex@FreeBSD.org . : > >+.Sh BUGS : > >+.Nm : > >+only marks which modules are required for the module to work, it does : > >+not influence start-up ordering. : > : > It also is used by the loader and by kldload to load the dependent : > modules. So it's more than just an informational tag, it actually does : > get used by the system. : : I don't think the above says it's only informational, but I'm sure the : wording could be improved. Perhpaps somebody has a suggestion for : better describing the issue? Besides, it isn't a bug. Warner