summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2011-03-11 16:36:42 +0000
committerBruce Momjian2011-03-11 16:36:42 +0000
commit4869d10afc74e9cc774942c24b48cef301a0a693 (patch)
treeddf3e88e506907e9de893a6007e369f341770121
parentffe92d15d53625d5ae0c23f4e1984ed43614a33d (diff)
Update documentation on FreeBSD write cache control.
-rw-r--r--doc/src/sgml/wal.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml
index 96d4916e0e9..4d111903a76 100644
--- a/doc/src/sgml/wal.sgml
+++ b/doc/src/sgml/wal.sgml
@@ -85,8 +85,9 @@
<listitem>
<para>
On <productname>FreeBSD</>, IDE drives can be queried using
- <command>atacontrol</command>, and SCSI drives using
- <command>sdparm</command>.
+ <command>atacontrol</command> and write caching turned off using
+ <literal>hw.ata.wc=0</> in <filename>/boot/loader.conf</>;
+ SCSI drives use <command>sdparm</command>.
</para>
</listitem>