Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Jan 2005 16:30:18 -0700
From:      Scott Long <scottl@freebsd.org>
To:        Julian Elischer <julian@elischer.org>
Cc:        Roman Kurakin <rik@cronyx.ru>
Subject:   Re: netgraph(4) initialization order
Message-ID:  <41DC788A.3080002@freebsd.org>
In-Reply-To: <41DC771B.6050007@elischer.org>
References:  <41DB08B9.6090801@savvis.net> <41DB1310.4060807@cronyx.ru> <41DB1700.7060708@savvis.net> <41DB1839.9080104@elischer.org> <41DC4FA2.8070609@savvis.net> <41DC771B.6050007@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Julian Elischer wrote:

> 
> 
> Maksim Yevmenkin wrote:
> 
>> -DECLARE_MODULE(netgraph, netgraph_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
>> +SYSINIT(netgraph, SI_SUB_DRIVERS, SI_ORDER_FIRST, ngb_sysinit, NULL);
>> +SYSUNINIT(netgraph, SI_SUB_DRIVERS, SI_ORDER_ANY, ngb_sysuninit, NULL);
>>
> maybe it should be some SI_SUB that is before DRIVERS.
> 

Maxsim already did this and tested it to satisfaction.  I think that he
said that he was waiting on approval from you in order to commit it.

Scott



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41DC788A.3080002>