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

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

Log Message:
Change RXFIFO, RXDMA and TXDMA configrations to values taken from
the Reaktek's driver, which are also used in FreeBSD.
Fixes RX FIFO overrun errors on my Duron 1300MHz PC.
(Note the configuration values for rtk(4) are not changed)

Also add some debug printf's in RX error case (disabled by default).


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.24 -r1.25 src/sys/dev/ic/rtl81x9reg.h

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