cvs commit: src/sys/netgraph ng_base.c src/sys/sys kernel.h

Scott Long scottl at freebsd.org
Mon Jan 10 18:00:21 PST 2005


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


More information about the cvs-src mailing list