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

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

Log Message:
Pull some updates from the Realtek's driver:
- set RGEPHY_1000CTL_AHD in rge_reset()
- reset RGEPHY_MII_BMCR register in rge_reset() too

While here, use proper macro rather than magic numbers for
ANAR and BMCR registers there.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 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.