From owner-cvs-all@FreeBSD.ORG Tue Jan 11 02:00:20 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 48B8416A4CE; Tue, 11 Jan 2005 02:00:20 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4E9143D45; Tue, 11 Jan 2005 02:00:19 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id j0B23kJW042303; Mon, 10 Jan 2005 19:03:47 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41E332CE.4090900@freebsd.org> Date: Mon, 10 Jan 2005 18:58:38 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Simon L. Nielsen" References: <200501061745.j06Hj344034786@repoman.freebsd.org> <20050110184139.GE19624@funkthat.com> <20050110202344.GC777@zaphod.nitro.dk> <41E2E561.9000504@freebsd.org> <20050110205654.GF777@zaphod.nitro.dk> <41E2F4C6.1010000@freebsd.org> <20050110233157.GJ777@zaphod.nitro.dk> In-Reply-To: <20050110233157.GJ777@zaphod.nitro.dk> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: John-Mark Gurney cc: src-committers@freebsd.org cc: Maksim Yevmenkin cc: cvs-all@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: Tue, 11 Jan 2005 02:00:21 -0000 Simon L. Nielsen wrote: > On 2005.01.10 14:33:58 -0700, Scott Long wrote: > > >>Well, I guess my point is that it's important to document exactly what >>MODULE_DEPEND does do, and well as what it doesn't do. It's not really >>a bug that it doesn't change SI_ORDER order, it's just a not a feature >>that it was ever intended to support. A second paragraph under > > > OK. > > >>DESCRIPTION that talks about this would probably be most appropriate. >>Something like: >> >>.Nm >>provides hints to the kernel >>.Xr loader 8 >>and to >>.Xr kldload 8 >>to ensure that the named dependency is loaded prior to the existing >>module. It does not change or dictate the order in which modules are >>initialized at runtime. > > > OK, I just fixed a mdoc nit and changed kldload(8) to kernel linker > (based on John-Mark Gurney's comment). The result is attached, which > I plan to commit tomorrow unless somebody else has further > refinements. > > This looks good, thanks! Scott