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

Pyun YongHyeon yongari at FreeBSD.org
Thu Dec 2 18:37:35 UTC 2010


Author: yongari
Date: Thu Dec  2 18:37:34 2010
New Revision: 216131
URL: http://svn.freebsd.org/changeset/base/216131

Log:
  Document loader tunable hw.re.prefer_iomap.

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

Modified: head/share/man/man4/re.4
==============================================================================
--- head/share/man/man4/re.4	Thu Dec  2 18:24:22 2010	(r216130)
+++ head/share/man/man4/re.4	Thu Dec  2 18:37:34 2010	(r216131)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 27, 2010
+.Dd December 2, 2010
 .Dt RE 4
 .Os
 .Sh NAME
@@ -178,6 +178,11 @@ prompt before booting the kernel or stor
 .It Va hw.re.msi_disable
 This tunable disables MSI support on the Ethernet hardware.
 The default value is 0.
+.It Va hw.re.prefer_iomap
+This tunable controls which register mapping should be used on the
+specified device.
+A non-zero value enables I/O space register mapping.
+The default value is 0 to use memory space register mapping.
 .El
 .Sh DIAGNOSTICS
 .Bl -diag


More information about the svn-src-head mailing list