From owner-cvs-all Sat Jun 2 12:51: 6 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 3DB6B37B422; Sat, 2 Jun 2001 12:51:03 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f52Jp3o15910; Sat, 2 Jun 2001 12:51:03 -0700 (PDT) (envelope-from jlemon) Message-Id: <200106021951.f52Jp3o15910@freefall.freebsd.org> From: Jonathan Lemon Date: Sat, 2 Jun 2001 12:51:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mii nsphy.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 jlemon 2001/06/02 12:51:03 PDT Modified files: sys/dev/mii nsphy.c Log: Only touch the PCR register in order to set bits for the fxp driver. The 3C509-TX card apparently had a slightly different version of the chip, and has problems when this register is set. The problem does not appear on the 3C509{BC} cards, but since only the fxp driver needs specific bits set, conditionalize on that. Revision Changes Path 1.9 +4 -2 src/sys/dev/mii/nsphy.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message