Subject: CVS commit: src/sys/dev/mii
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 03/19/2007 12:23:30
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.