svn commit: r205612 - stable/7/share/man/man4
Pyun YongHyeon
yongari at FreeBSD.org
Wed Mar 24 17:15:39 UTC 2010
Author: yongari
Date: Wed Mar 24 17:15:39 2010
New Revision: 205612
URL: http://svn.freebsd.org/changeset/base/205612
Log:
MFC r204543:
Document newly added loader tunable and sysctl variable dev.mskc.%d.int_holdoff
Modified:
stable/7/share/man/man4/msk.4
Directory Properties:
stable/7/share/man/man4/ (props changed)
Modified: stable/7/share/man/man4/msk.4
==============================================================================
--- stable/7/share/man/man4/msk.4 Wed Mar 24 17:15:04 2010 (r205611)
+++ stable/7/share/man/man4/msk.4 Wed Mar 24 17:15:39 2010 (r205612)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 6, 2009
+.Dd March 1, 2010
.Dt MSK 4
.Os
.Sh NAME
@@ -235,6 +235,12 @@ variables and
.Xr loader 8
tunables:
.Bl -tag -width indent
+.It Va dev.mskc.%d.int_holdoff
+Maximum number of time to delay interrupts.
+The valid range is 0 to 34359738 for 125MHz clock in units of 1us,
+the default is 100 (100us).
+The interface need to be brought down and up again before a change
+takes effect.
.It Va dev.mskc.%d.process_limit
Maximum amount of Rx events to be processed in the event loop before
rescheduling a taskqueue.
More information about the svn-src-all
mailing list