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

Pyun YongHyeon yongari at FreeBSD.org
Thu Jan 19 20:31:29 UTC 2012


Author: yongari
Date: Thu Jan 19 20:31:29 2012
New Revision: 230339
URL: http://svn.freebsd.org/changeset/base/230339

Log:
  Reflect tunable name change made in r230337.

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

Modified: head/share/man/man4/bge.4
==============================================================================
--- head/share/man/man4/bge.4	Thu Jan 19 20:28:58 2012	(r230338)
+++ head/share/man/man4/bge.4	Thu Jan 19 20:31:29 2012	(r230339)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 17, 2012
+.Dd January 19, 2012
 .Dt BGE 4
 .Os
 .Sh NAME
@@ -197,9 +197,9 @@ prompt before booting the kernel, or sto
 Allow the ASF feature for cooperating with IPMI.
 Can cause system lockup problems on a small number of systems.
 Enabled by default.
-.It Va dev.bge.%d.msi_disable
-Non-zero value disables MSI support on the Ethernet hardware.
-The default value is 0.
+.It Va dev.bge.%d.msi
+Non-zero value enables MSI support on the Ethernet hardware.
+The default value is 1.
 .El
 .Sh SYSCTL VARIABLES
 The following variables are available as both


More information about the svn-src-head mailing list