Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2004 11:51:17 -0800 (PST)
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:  <200403231951.i2NJpHBp001826@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2004/03/23 11:51:17 PST

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis.c 
  Log:
  Recently I realized that the ADMtek 8211 driver wasn't working correctly
  (NIC would claim to establish a link with an ad-hoc net but it couldn't
  send/receive packets). It turns out that every time the checkforhang
  handler was called by ndis_ticktask(), the driver would generate a new
  media connect event. The NDIS spec says the checkforhang handler is
  called "approximately every 2 seconds" but using exactly 2 seconds seems
  too fast. Using 3 seconds makes it happy again, so we'll go with that
  for now.
  
  Revision  Changes    Path
  1.49      +4 -3      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?200403231951.i2NJpHBp001826>