cvs commit: src/sys/pci if_sis.c
Olivier Houchard
cognet at FreeBSD.org
Mon May 5 19:00:03 PDT 2003
cognet 2003/05/05 19:00:01 PDT
FreeBSD src repository
Modified files:
sys/pci if_sis.c
Log:
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
Revision Changes Path
1.75 +0 -4 src/sys/pci/if_sis.c
More information about the cvs-src
mailing list