Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 02/14/2006 00:19:17
Module Name:	src
Committed By:	riz
Date:		Tue Feb 14 00:19:17 UTC 2006

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

Log Message:
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.19 -r1.20 src/sys/dev/pci/if_sk.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/pci/if_skreg.h
cvs rdiff -r1.8 -r1.9 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.