Module Name: src Committed By: jmcneill Date: Sun Oct 18 20:39:53 UTC 2015
Modified Files: src/sys/net/npf: npf.c Log Message: Defer initialization of built-in npf module until other pseudo-devices are initialized. MODULE_CLASS_DRIVER modules are now initialized before autoconfiguration starts, but npf_init has a dependency on percpu(9) which doesn't work until CPUs have attached (at least on ARM). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/net/npf/npf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.