I already did that to ensure timer_event_handler would be called correctly.

The result follows:

freebsd# kldload ./timer.ko 
timer_event_handler() with MOD_LOAD

freebsd# kldunload ./timer.ko 
timer_event_handler() with MOD_UNLOAD

and I maintained the module load for about 1 minute so the timer printing 
"Hello, World!" should have been run.

Filippo

On 12/set/2011, at 11:24, Adrian Chadd wrote:

> How about adding some printfs() to the functions to ensure they're being 
> called?
> 
> Adrian

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to