diff options
author | mav <mav@FreeBSD.org> | 2014-09-21 10:05:27 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2014-09-21 10:05:27 +0000 |
commit | c4f8e596f6bb5a6c39a1c7d6f7dd7d0933bcaea8 (patch) | |
tree | 63ae6e9a6803012257b6e227f7c5d38fd30d8429 | |
parent | f2d3c32e1b3ea344f36b0f7ee2e19e238e8e6fc2 (diff) | |
download | FreeBSD-src-c4f8e596f6bb5a6c39a1c7d6f7dd7d0933bcaea8.zip FreeBSD-src-c4f8e596f6bb5a6c39a1c7d6f7dd7d0933bcaea8.tar.gz |
Mention read_ahead tunables/sysctls.
MFC after: 1 month
-rw-r--r-- | share/man/man4/ada.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/ada.4 b/share/man/man4/ada.4 index 433a547..10897cf 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 . |