On 12/01/14 16:45, Alfred Perlstein wrote:
> Hi,
It is quite early, actually:
SYSINIT(sysctl, SI_SUB_KMEM, SI_ORDER_FIRST, sysctl_register_all, 0);
In some parts of the machine independent, MI, code you neee to keep the
TUNABLE_FETCH'es, because its run before SI_SUB_KMEM !
Then it will not work unless I move the global n_queues sysctl creation into
the driver's mod load function.
Is that ok?
Are you asking me?
--HPS
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"