svn commit: r189949 - stable/7/share/man/man4
Pyun YongHyeon
yongari at FreeBSD.org
Tue Mar 17 19:26:48 PDT 2009
Author: yongari
Date: Wed Mar 18 02:26:46 2009
New Revision: 189949
URL: http://svn.freebsd.org/changeset/base/189949
Log:
MFC r188382:
Document loader tunable hw.re.msi_disable.
Bump .Dd
Modified:
stable/7/share/man/man4/ (props changed)
stable/7/share/man/man4/igb.4 (props changed)
stable/7/share/man/man4/re.4
Modified: stable/7/share/man/man4/re.4
==============================================================================
--- stable/7/share/man/man4/re.4 Wed Mar 18 02:23:01 2009 (r189948)
+++ stable/7/share/man/man4/re.4 Wed Mar 18 02:26:46 2009 (r189949)
@@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 14, 2006
+.Dd February 9, 2009
.Dt RE 4
.Os
.Sh NAME
@@ -169,6 +169,16 @@ USRobotics USR997902 Gigabit Ethernet (8
.It
Xterasys XN-152 10/100/1000 NIC (8169)
.El
+.Sh LOADER TUNABLES
+Tunables can be set at the
+.Xr loader 8
+prompt before booting the kernel or stored in
+.Xr loader.conf 5 .
+.Bl -tag -width "xxxxxx"
+.It Va hw.re.msi_disable
+This tunable disables MSI support on the Ethernet hardware.
+The default value is 0.
+.El
.Sh DIAGNOSTICS
.Bl -diag
.It "re%d: couldn't map memory"
More information about the svn-src-all
mailing list