diff options
author | Bruce Momjian | 2023-11-22 01:09:20 +0000 |
---|---|---|
committer | Bruce Momjian | 2023-11-22 01:09:20 +0000 |
commit | cf359a053524210099c413099f36004c62ebcee0 (patch) | |
tree | 432471ff4ddeb6768f1474de6c9f4e62e2804e82 | |
parent | 2f30226624b0645913ea832c15b10b0de43bc7c4 (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/[email protected]
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 184404c6c58..2ed4eb659db 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -86,7 +86,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 |