svn commit: r210905 - head/share/man/man4

Pyun YongHyeon yongari at FreeBSD.org
Fri Aug 6 00:52:23 UTC 2010


Author: yongari
Date: Fri Aug  6 00:52:23 2010
New Revision: 210905
URL: http://svn.freebsd.org/changeset/base/210905

Log:
  Reflect default Tx interrupt moderation timer value change(50ms -> 1ms).

Modified:
  head/share/man/man4/alc.4

Modified: head/share/man/man4/alc.4
==============================================================================
--- head/share/man/man4/alc.4	Fri Aug  6 00:50:16 2010	(r210904)
+++ head/share/man/man4/alc.4	Fri Aug  6 00:52:23 2010	(r210905)
@@ -133,7 +133,7 @@ Value 0 completely disables the interrup
 .It Va dev.alc.%d.int_tx_mod
 Maximum amount of time to delay transmit interrupt processing in
 units of 1us.
-The accepted range is 0 to 130000, the default is 50000(50ms).
+The accepted range is 0 to 130000, the default is 1000(1ms).
 Value 0 completely disables the interrupt moderation.
 .It Va dev.alc.%d.process_limit
 Maximum amount of Rx frames to be processed in the event loop before


More information about the svn-src-head mailing list