Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2014 06:25:42 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r273374 - stable/10/share/man/man4
Message-ID:  <201410210625.s9L6PgQk067600@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Tue Oct 21 06:25:41 2014
New Revision: 273374
URL: https://svnweb.freebsd.org/changeset/base/273374

Log:
  MFC r271926:  Mention read_ahead tunables/sysctls.

Modified:
  stable/10/share/man/man4/ada.4
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/man/man4/ada.4
==============================================================================
--- stable/10/share/man/man4/ada.4	Tue Oct 21 06:24:15 2014	(r273373)
+++ stable/10/share/man/man4/ada.4	Tue Oct 21 06:25:41 2014	(r273374)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 21, 2014
+.Dd September 21, 2014
 .Dt ADA 4
 .Os
 .Sh NAME
@@ -123,11 +123,13 @@ seconds.
 This variable determines whether to spin-down disks when shutting down.
 Set to 1 to enable spin-down, 0 to disable.
 The default is currently enabled.
+.It Va kern.cam.ada.read_ahead
+.It Va kern.cam.ada. Ns Ar X Ns Va .read_ahead
 .It Va kern.cam.ada.write_cache
 .It Va kern.cam.ada. Ns Ar X Ns Va .write_cache
 .Pp
-These variables determine whether device write cache should be enabled
-globally or per-device or disabled.
+These variables determine whether device read-ahead and write caches
+should be enabled globally or per-device or disabled.
 Set to 1 to enable write cache, 0 to disable, -1 to leave it as-is.
 Values modified at runtime take effect only after device reset 
 .Pq using the reset subcommand of Xr camcontrol 8 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410210625.s9L6PgQk067600>