Subject: CVS commit: [netbsd-2-0] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 01/07/2005 12:13:50
Module Name: src
Committed By: jdc
Date: Fri Jan 7 12:13:50 UTC 2005
Modified Files:
src/sys/dev/pci [netbsd-2-0]: if_sk.c
Log Message:
Pull up revision 1.11 (requested by abs in ticket #973).
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.7.2.3 -r1.7.2.4 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.