In article <[EMAIL PROTECTED]>, John Baldwin <[EMAIL PROTECTED]> wrote: > > 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.
Great! Thanks for the information. (I assume you meant SYSINIT when you wrote SYSCTL.) John -- John Polstra John D. Polstra & Co., Inc. Seattle, Washington USA "Two buttocks cannot avoid friction." -- Malawi saying _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
