Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Aug 2004 22:25:13 +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:  <200408012225.i71MPDnI090328@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408012225.i71MPDnI090328>