Subject: PR/34109 CVS commit: src/sys/dev/mii
To: None <tsutsui@NetBSD.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 03/19/2007 12:25:02
The following reply was made to PR kern/34109; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/34109 CVS commit: src/sys/dev/mii
Date: Mon, 19 Mar 2007 12:23:30 +0000 (UTC)
Module Name: src
Committed By: tsutsui
Date: Mon Mar 19 12:23:30 UTC 2007
Modified Files:
src/sys/dev/mii: rlphy.c
Log Message:
Prepare rlphy_reset() and set BMCR_AUTOEN in it.
This makes autonegotiation on rlphy(4) at re(4)
on landisk (8139C+) select 100baseTX full-duplex
at boot time (before first ifconfig) properly,
and there is no bad side effect on rlphy(4) at nfe(4).
This may also fix PR kern/34109.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/mii/rlphy.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.