On 17-Jul-2003 John Polstra wrote: > Does TUNABLE_INT work in a kernel module, or do you have to use > TUNABLE_INT_FETCH?
It should work just fine since it uses SYSCTL() and those work for kernel modules. -- John Baldwin <[EMAIL PROTECTED]> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
