cvs commit: src/sys/dev/em if_em.c
Daniel Eischen
deischen at FreeBSD.org
Sat Dec 6 22:50:05 PST 2003
deischen 2003/12/06 22:50:04 PST
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Don't call em_stop() from the watchdog since it requires the controller
mutex to be locked. It is redundant since em_init() is called and this
correctly locks the mutex and calls em_stop().
5.2 release candidate since this can cause a panic if the watchdog
expires.
Tested by: kuriyama
Revision Changes Path
1.36 +0 -1 src/sys/dev/em/if_em.c
More information about the cvs-src
mailing list