K 10 svn:author V 4 emax K 8 svn:date V 27 2005-01-10T18:21:26.000000Z K 7 svn:log V 602 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. END