From owner-cvs-all Tue Dec 7 11:18:44 1999 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 40BFC14C33; Tue, 7 Dec 1999 11:18:42 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA82080; Tue, 7 Dec 1999 11:18:42 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <199912071918.LAA82080@freefall.freebsd.org> From: Bill Paul Date: Tue, 7 Dec 1999 11:18:42 -0800 (PST) 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 wpaul 1999/12/07 11:18:42 PST Modified files: sys/pci if_dc.c Log: Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL() case. The idea is to reduce how often we call mii_tick(), however currently it may not be called often enough, which prevents autonegotiation from being driven correctly. This should improve the chances of successfully autonegotiating media settings on non-MII 21143 NICs. (Still waiting for confirmation from some testers, but the code is clearly wrong in any case.) Revision Changes Path 1.2 +4 -4 src/sys/pci/if_dc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message