Date: Mon, 10 Jan 2005 18:21:26 +0000 (UTC) From: Maksim Yevmenkin <emax@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_base.c src/sys/sys kernel.h Message-ID: <200501101821.j0AILQUX097030@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501101821.j0AILQUX097030>
