Date: Sat, 6 Dec 2003 22:50:04 -0800 (PST) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/em if_em.c Message-ID: <200312070650.hB76o43V031716@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312070650.hB76o43V031716>