Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2000 10:07:44 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c
Message-ID:  <200006071707.KAA99565@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2000/06/07 10:07:44 PDT

  Modified files:
    sys/pci              if_dc.c 
  Log:
  When I tweaked if_dc.c to alter the polling interval for non-MII
  21143 chips, I accidentally removed the DC_MII_REDUCED_POLL flag
  for all 21143 cards. This caused problems with timer-instigated
  TCP retransmits, which happened to occur at the same time as an
  MII poll tick on MII-based cards (e.g. D-Link DFE-570TX). Fixed this,
  plus made some other cleanups. The autoneg fixes for the non-MII
  cards still work. Also tested the PNIC II now that I have one again.
  
  Revision  Changes    Path
  1.14      +14 -9     src/sys/pci/if_dc.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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