Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Stephen Degler <skd@netbsd.org>
List: source-changes
Date: 09/26/2004 14:23:58
Module Name:	src
Committed By:	skd
Date:		Sun Sep 26 14:23:58 UTC 2004

Modified Files:
	src/sys/dev/pci: if_sk.c if_skreg.h if_skvar.h

Log Message:
Fix Yukon ram sizing.
Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap.
Lower interrupt moderation timer to (improves performance).
Improve chip identification. (from linux sk98lin driver).
Keep tx queue running by kicking the tx bmu repeatedly.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/pci/if_sk.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/if_skreg.h
cvs rdiff -r1.3 -r1.4 src/sys/dev/pci/if_skvar.h

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