cvs commit: src/sys/netgraph ng_base.c src/sys/sys kernel.h
Maksim Yevmenkin
emax at FreeBSD.org
Mon Jan 10 10:21:26 PST 2005
emax 2005-01-10 18:21:26 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netgraph ng_base.c
sys/sys kernel.h
Log:
MFC to RELENG_5
Fix kernel crash when both Netgraph(4) framework and Netgraph
Bluetooth Drivers are compiled into the kernel.
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 into the
kernel, but it fixes the problem with Netgraph Bluetooth
device drivers reported by a few folks.
This should not have any impact on API/ABI and should not
break anything that was working before.
Revision Changes Path
1.84.2.3 +1 -1 src/sys/netgraph/ng_base.c
1.117.2.2 +1 -0 src/sys/sys/kernel.h
More information about the cvs-src
mailing list