]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not allow ndis_ticktask() to run after ndis_halt_nic() has been called.
authorwpaul <wpaul@FreeBSD.org>
Mon, 24 Oct 2005 17:47:47 +0000 (17:47 +0000)
committerwpaul <wpaul@FreeBSD.org>
Mon, 24 Oct 2005 17:47:47 +0000 (17:47 +0000)
commitc681179258d37ae9a69a11333b62dbebd8932d4e
treea14a2faec16aabc6d68a28cf1f0d6ba1710c8f24
parent97bac671a1402765848ebc4ec26e00e3bc7ff4b3
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.)
sys/dev/if_ndis/if_ndis.c