summaryrefslogtreecommitdiffstats
path: root/release/doc/en_US.ISO8859-1/relnotes
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-09-20 16:30:59 +0000
committergjb <gjb@FreeBSD.org>2016-09-20 16:30:59 +0000
commit4a8780ee9e14eab90432c177ebc1ac8835f6be83 (patch)
tree0d360a149bddd6c6f9f498745b06e3b757556d26 /release/doc/en_US.ISO8859-1/relnotes
parent42987faab273573bdd773155a0cae2bf0bd20b76 (diff)
downloadFreeBSD-src-4a8780ee9e14eab90432c177ebc1ac8835f6be83.zip
FreeBSD-src-4a8780ee9e14eab90432c177ebc1ac8835f6be83.tar.gz
Document r298002, NCQ TRIM support, CAM_IOSCHED_ADATPIVE.
Submitted by: imp Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/doc/en_US.ISO8859-1/relnotes')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index 7567c7d..22a699a 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -1620,6 +1620,30 @@
for parsing libucl-based configuration files has been added to
&man.ctld.8;.</para>
+ <para revision="298002" contrib="sponsor"
+ sponsor="&netflix;">The &man.ahci.4; driver has been updated
+ to add <acronym>NCQ</acronym> <acronym>TRIM</acronym> support
+ for drives that support it.</para>
+
+ <note>
+ <para>Drives that advertise this feature but do not properly
+ support it have been blacklisted. Systems experiencing
+ traffic problems with <acronym>NCQ</acronym>
+ <acronym>TRIM</acronym> enabled can set the
+ <literal>kern.cam.ada.%d.quirks</literal> tunable to
+ <literal>2</literal> for 512k sectors or
+ <literal>3</literal> for 4096k sectors, replacing
+ <literal>%d</literal> with the drive number.</para>
+ </note>
+
+ <para revision="298002" contrib="sponsor"
+ sponsor="&netflix;">The &man.cam.4; driver has been updated to
+ allow I/O scheduling tuning to fit workload and drive
+ characteristics. This option is off by default, and can be
+ enabled by adding <literal>option
+ CAM_IOSCHED_ADATPIVE</literal> option to the kernel
+ configuration and recompiling the kernel.</para>
+
<para revision="299371" contrib="sponsor" sponsor="&ff;">The
&man.camcontrol.8; command can manually force updating
capacity data after a disk gets resized using the reprobe
OpenPOWER on IntegriCloud