svn commit: r212013 - stable/8/share/man/man4

Pyun YongHyeon yongari at FreeBSD.org
Mon Aug 30 20:56:12 UTC 2010


Author: yongari
Date: Mon Aug 30 20:56:12 2010
New Revision: 212013
URL: http://svn.freebsd.org/changeset/base/212013

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

Modified:
  stable/8/share/man/man4/alc.4
Directory Properties:
  stable/8/share/man/man4/   (props changed)

Modified: stable/8/share/man/man4/alc.4
==============================================================================
--- stable/8/share/man/man4/alc.4	Mon Aug 30 20:52:28 2010	(r212012)
+++ stable/8/share/man/man4/alc.4	Mon Aug 30 20:56:12 2010	(r212013)
@@ -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-stable-8 mailing list