Skip to content

Commit c15c7e4

Browse files
committed
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
1 parent deec80e commit c15c7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/wal.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<listitem>
8686
<para>
8787
On <productname>FreeBSD</productname>, IDE drives can be queried using
88-
<command>atacontrol</command> and write caching turned off using
88+
<command>camcontrol identify</command> and write caching turned off using
8989
<literal>hw.ata.wc=0</literal> in <filename>/boot/loader.conf</filename>;
9090
SCSI drives can be queried using <command>camcontrol identify</command>,
9191
and the write cache both queried and changed using

0 commit comments

Comments
 (0)