Subject: CVS commit: src/sys/dev/mii
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/28/2006 13:36:29
Module Name:	src
Committed By:	tsutsui
Date:		Tue Nov 28 13:36:29 UTC 2006

Modified Files:
	src/sys/dev/mii: rgephy.c

Log Message:
Pull fixes from FreeBSD's rgephy.c:

Revision 1.9:
> Make the rgephy driver advertise both 1000_FD and 1000_HD bits in
> autoneg mode. A couple of the devices don't autoneg correctly unless
> configured this way.

Revision 1.11:
> Due to the poor PHY documentation from RealTek I can't sure but I
> think the RealTek PHY needs driver to set RGEPHY_BMCR_AUTOEN bit of
> RGEPHY_MII_BMCR register and proper ANAR register setting for manual
> media type selection.
> This fixes long standing manual media type selection bug in rgephy(4).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/mii/rgephy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.