Date: Mon, 30 Aug 2010 20:56:12 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r212013 - stable/8/share/man/man4 Message-ID: <201008302056.o7UKuCfI006697@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008302056.o7UKuCfI006697>