Date: Wed, 19 Oct 2005 13:34:48 +0000 (UTC) From: Gleb Smirnoff <glebius@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: <200510191334.j9JDYm02088815@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2005-10-19 13:34:48 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c Log: In the em_process_receive_interrupts() cycle check the IFF_DRV_RUNNING flag. This fixes panic, when 'ifconfig em0 down' was called and it calls em_stop() while the em_process_receive_interrupts() has temporarily dropped the lock. Revision Changes Path 1.79 +3 -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?200510191334.j9JDYm02088815>