svn commit: r231739 - stable/7/share/man/man4

Pyun YongHyeon yongari at FreeBSD.org
Wed Feb 15 04:09:44 UTC 2012


Author: yongari
Date: Wed Feb 15 04:09:43 2012
New Revision: 231739
URL: http://svn.freebsd.org/changeset/base/231739

Log:
  MFC r230288,230339:
  r230288:
    Document dev.bge.%d.msi_disable tunable.
  
  r230339:
    Reflect tunable name change made in r230337.

Modified:
  stable/7/share/man/man4/bge.4
Directory Properties:
  stable/7/share/man/man4/   (props changed)

Modified: stable/7/share/man/man4/bge.4
==============================================================================
--- stable/7/share/man/man4/bge.4	Wed Feb 15 04:09:23 2012	(r231738)
+++ stable/7/share/man/man4/bge.4	Wed Feb 15 04:09:43 2012	(r231739)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 2, 2011
+.Dd January 19, 2012
 .Dt BGE 4
 .Os
 .Sh NAME
@@ -184,7 +184,7 @@ SysKonnect SK-9D21 (10/100/1000baseTX)
 SysKonnect SK-9D41 (1000baseSX)
 .El
 .Sh LOADER TUNABLES
-The following tunable can be set at the
+The following tunables can be set at the
 .Xr loader 8
 prompt before booting the kernel, or stored in
 .Xr loader.conf 5 .
@@ -193,6 +193,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.
 Disabled by default.
+.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-stable mailing list