K 10 svn:author V 3 jhb K 8 svn:date V 27 2000-12-15T21:23:32.000000Z K 7 svn:log V 408 Delay waking up processes select'ing on the log device directly from the kernel console. Instead, change logwakeup() to set a flag in the softc. A callout then wakes up every so often and wakes up any processes selecting on /dev/log (such as syslogd) if the flag is set. By default this callout fires 5 times a second, but that can be adjusted by the sysctl kern.log_wakeups_per_second. Reviewed by: phk END