Subject: CVS commit: [netbsd-4] src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 02/10/2007 14:29:06
Module Name:	src
Committed By:	tron
Date:		Sat Feb 10 14:29:06 UTC 2007

Modified Files:
	src/sys/dev/ic [netbsd-4]: rtl8169.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #437):
	sys/dev/ic/rtl8169.c: revision 1.79
Clear IFF_OACTIVE in re_txeof() only if there are more than RE_TXDESC_RSVD
free TXDESCs. From FreeBSD, but I'm still wondering why we have to reserve
some free TXDESCs even on re_start().


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