Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8bb5f7

Browse files
committed
Improve documentation of how to fiddle with SCSI drives on FreeBSD.
Per suggestions from Achilleas Mantzios and Greg Smith.
1 parent 322019e commit e8bb5f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/src/sgml/wal.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@
8787
On <productname>FreeBSD</>, IDE drives can be queried using
8888
<command>atacontrol</command> and write caching turned off using
8989
<literal>hw.ata.wc=0</> in <filename>/boot/loader.conf</>;
90-
SCSI drives use <command>sdparm</command>.
90+
SCSI drives can be queried using <command>camcontrol identify</command>,
91+
and the write cache both queried and changed using
92+
<command>sdparm</command> when available.
9193
</para>
9294
</listitem>
9395

0 commit comments

Comments
 (0)