aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2014-09-21 10:05:27 +0000
committerAlexander Motin <mav@FreeBSD.org>2014-09-21 10:05:27 +0000
commitb81577dd23a4f6bcba8928d674d5136c220604a9 (patch)
tree63ae6e9a6803012257b6e227f7c5d38fd30d8429 /share
parent060cd4d500f3176aa05c24f7f77bbe78f201ccb2 (diff)
downloadsrc-b81577dd23a4f6bcba8928d674d5136c220604a9.tar.gz
src-b81577dd23a4f6bcba8928d674d5136c220604a9.zip
Mention read_ahead tunables/sysctls.
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=271926
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ada.48
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/ada.4 b/share/man/man4/ada.4
index 433a5476244d..10897cf0b0bd 100644
--- a/share/man/man4/ada.4
+++ b/share/man/man4/ada.4
@@ -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 .