From owner-cvs-all Sun Jul 8 9:24: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8931537B408; Sun, 8 Jul 2001 09:24:02 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f68GO2654231; Sun, 8 Jul 2001 09:24:02 -0700 (PDT) (envelope-from wpaul) Message-Id: <200107081624.f68GO2654231@freefall.freebsd.org> From: Bill Paul Date: Sun, 8 Jul 2001 09:24:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG wpaul 2001/07/08 09:24:02 PDT Modified files: sys/dev/nge if_nge.c Log: Do not set the MODE_1000 bit unless we actually have a gigabit link. Previously, I had the MODE_1000 bit in the global config register set unconditionally, which was wrong: we have to turn it off if we have a 10/100 link. This is now handled in the nge_miibus_statchg() routine. Discovered by: Nathan Binkert (Note: this commit is being done from JFK airport. :P ) Revision Changes Path 1.15 +11 -3 src/sys/dev/nge/if_nge.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message