cvs commit: src/sys/dev/if_ndis if_ndis.c

Bill Paul wpaul at FreeBSD.org
Mon Oct 24 10:47:48 PDT 2005


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


More information about the cvs-src mailing list