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

Bill Paul wpaul at FreeBSD.org
Sun Aug 1 15:25:13 PDT 2004


wpaul       2004-08-01 22:25:13 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis.c 
  Log:
  The watchdog callout executes with the (non-sleepable) ifnet lock held
  now, but it's possible for ndis_reset_nic() to sleep (sometimes the
  MiniportReset() method returns NDIS_STATUS_PENDING and we have
  to wait for completion). To get around this, execute the ndis_reset_nic()
  routine in the NDIS_TASKQUEUE thread.
  
  Revision  Changes    Path
  1.67      +1 -1      src/sys/dev/if_ndis/if_ndis.c


More information about the cvs-src mailing list