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

Modified Files:
	src/sys/dev/ic: rtl8169.c

Log Message:
Remove mii_mediachg() call from re_init().
It causes a few second TRX stalls on each ioctls
(on ifconfig(8) or tcpdump(8) etc.) and PHY seems
initialized properly without it at least on RTL8169S
with internal rgephy(4) PHY. Closes PR kern/34517.

XXX: maybe we should also test this on the original RTL8169
     with external makphy(4).


To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 src/sys/dev/ic/rtl8169.c

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