From owner-cvs-all Tue Jun 5 13:51:24 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 2835437B401; Tue, 5 Jun 2001 13:51:18 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f55KpIE35487; Tue, 5 Jun 2001 13:51:18 -0700 (PDT) (envelope-from wpaul) Message-Id: <200106052051.f55KpIE35487@freefall.freebsd.org> From: Bill Paul Date: Tue, 5 Jun 2001 13:51:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pcn.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/06/05 13:51:18 PDT Modified files: sys/pci if_pcn.c Log: Fix mindo: PCN_BCR_CLRBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); should be: PCN_BCR_SETBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); Turning this bit on is what disables MII autoneg, not turning it off. Without this, manually setting the media doesn't work. Noticed by: Jim Browne Revision Changes Path 1.21 +3 -3 src/sys/pci/if_pcn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message