From owner-cvs-all Wed Jun 7 10: 7:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CE9937BE08; Wed, 7 Jun 2000 10:07:45 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA99565; Wed, 7 Jun 2000 10:07:44 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <200006071707.KAA99565@freefall.freebsd.org> From: Bill Paul Date: Wed, 7 Jun 2000 10:07:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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