Date: Mon, 24 Oct 2005 17:47:47 +0000 (UTC) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/if_ndis if_ndis.c Message-ID: <200510241747.j9OHllFH029619@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2005-10-24 17:47:47 UTC FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis.c Log: Do not allow ndis_ticktask() to run after ndis_halt_nic() has been called. (It may have been queued up in one of the workitem threads, and letting it fire after the NIC has been halted will cause a crash in some cases.) Revision Changes Path 1.110 +11 -0 src/sys/dev/if_ndis/if_ndis.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510241747.j9OHllFH029619>