cvs commit: src/sys/netgraph ng_base.c src/sys/sys kernel.h
Maksim Yevmenkin
emax at FreeBSD.org
Thu Jan 6 09:45:03 PST 2005
emax 2005-01-06 17:45:03 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_base.c
sys/sys kernel.h
Log:
Introduce new startup level SI_SUB_NETGRAPH that is after
SI_SUB_INIT_IF but before SI_SUB_DRIVERS. Make Netgraph(4)
framework initialize at SI_SUB_NETGRAPH level.
This does not address the bigger problem: MODULE_DEPEND
does not seem to work when modules are compiled in the
kernel, but it fixes the problem with Netgraph Bluetooth
device drivers reported by a few folks.
PR: i386/69876
Reviewed by: julian, rik, scottl
MFC after: 3 days
Revision Changes Path
1.91 +1 -1 src/sys/netgraph/ng_base.c
1.123 +1 -0 src/sys/sys/kernel.h
More information about the cvs-src
mailing list