Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 02/10/2007 12:46:29
Module Name:	src
Committed By:	tsutsui
Date:		Sat Feb 10 12:46:29 UTC 2007

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

Log Message:
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.78 -r1.79 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.