diff options
author | Bruce Momjian <bruce@momjian.us> | 2023-11-21 20:09:19 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2023-11-21 20:09:19 -0500 |
commit | c15c7e4e5d17348399a6446c193cdb893edb98f3 (patch) | |
tree | 575eb2d0600e5b5f1930f2c08477784b433ea0a2 | |
parent | deec80ef11d1f0312d1761cb4d6d529bc1de5974 (diff) |
doc: FreeBSD uses camcontrol identify, not atacontrol, for cache
This is for IDE drive cache control, same as SCSI (already documented
properly).
Reported-by: John Ekins
Discussion: https://postgr.es/m/20170808224017.8424.69170@wrigleys.postgresql.org
Author: John Ekins
Backpatch-through: 12
-rw-r--r-- | doc/src/sgml/wal.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index a94edf4d8b6..1b10f6f83fe 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -85,7 +85,7 @@ <listitem> <para> On <productname>FreeBSD</productname>, IDE drives can be queried using - <command>atacontrol</command> and write caching turned off using + <command>camcontrol identify</command> and write caching turned off using <literal>hw.ata.wc=0</literal> in <filename>/boot/loader.conf</filename>; SCSI drives can be queried using <command>camcontrol identify</command>, and the write cache both queried and changed using |