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: 03/29/2006 21:13:47
Module Name:	src
Committed By:	tron
Date:		Wed Mar 29 21:13:47 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by riz in ticket #1230):
	sys/dev/pci/if_skreg.h: revision 1.6
	sys/dev/pci/if_skvar.h: revision 1.9
	sys/dev/pci/if_sk.c: revision 1.20 via patch
Not all chips supported by this driver use the same interrupt moderation
timer frequency; Take this into account.  Information gathered from
the sk98lin driver for Linux, from Marvell.
Also add sysctl support for changing the interrupt moderation timer at
runtime; each board is controlled independently.
Discussed on tech-net beginning in November 2005.


To generate a diff of this commit:
cvs rdiff -r1.14.2.4 -r1.14.2.5 src/sys/dev/pci/if_sk.c
cvs rdiff -r1.3 -r1.3.10.1 src/sys/dev/pci/if_skreg.h
cvs rdiff -r1.5.2.1 -r1.5.2.2 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.