Subject: CVS commit: [netbsd-3] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 11/21/2005 20:48:40
Module Name:	src
Committed By:	tron
Date:		Mon Nov 21 20:48:40 UTC 2005

Modified Files:
	src/sys/dev/pci [netbsd-3]: if_sk.c

Log Message:
Pull up following revision(s) (requested by riz in ticket #979):
	sys/dev/pci/if_sk.c: revision 1.17
From FreeBSD (appropriate pieces of revs 1.90 and 1.92):
Only clear the IFF_OACTIVE flag when we have a chance of being able
to queue a packet to the hardware, instead of when the hardware queue
is empty, and fix up handling and prodding of the tx.
These fixes clear up an occasional "sk0: watchdog timeout" from the
on-board ethernet on my Asus A8V motherboard.
OK christos@


To generate a diff of this commit:
cvs rdiff -r1.14.2.1 -r1.14.2.2 src/sys/dev/pci/if_sk.c

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