Subject: CVS commit: src/sys/dev/mii
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 12/03/2006 03:16:48
Module Name:	src
Committed By:	tsutsui
Date:		Sun Dec  3 03:16:48 UTC 2006

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

Log Message:
- pull the following fix from FreeBSD's rgephy.c rev 1.14:
  > - Don't set MIIF_NOISOLATE so rgephy(4) can be used in configurations
  >   with multiple PHYs and un-comment case IFM_NONE in case MII_MEDIACHG
  >   rgephy_service(). There doesn't seem to be a problem with isolating
  >   RTL8169S and their internal PHY.
  and rev 1.12:
  > - Fix some spelling in comments.
  > - Remove superfluous returns at the end of void functions.
  > - Remove unused static global rgephy_mii_model.
- remove #ifdef'ed out code whcih has also been removed in FreeBSD
- some style cosmetics


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