Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/10/2006 21:49:02
Module Name:	src
Committed By:	tsutsui
Date:		Fri Nov 10 21:49:02 UTC 2006

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

Log Message:
Call re_reset() after re_stop() in re_init().
Without this, re(4) on my macppc sometimes falls into mangled state
and generates many errors after ifconfig(8) or tcpdump(8) etc.


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