Subject: PR/34517 CVS commit: src/sys/dev/ic
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 11/29/2006 14:15:06
The following reply was made to PR kern/34517; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34517 CVS commit: src/sys/dev/ic
Date: Wed, 29 Nov 2006 14:13:15 +0000 (UTC)

 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.