K 10 svn:author V 6 cognet K 8 svn:date V 27 2003-05-06T02:00:01.000000Z K 7 svn:log V 263 Don't call timeout() in sis_tick(), this is done earlier by mii_tick(), and it leads to a panic at unload time, as we own 2 instances of callout and untimeout() only one. Will I'm there, remove a call to callout_handler_init(), one is enough. Reviewed by: wpaul END