From: Robert Haas Date: Mon, 10 Oct 2011 17:21:35 +0000 (-0400) Subject: Improve documentation of how to fiddle with SCSI drives on FreeBSD. X-Git-Tag: REL9_1_2~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=262d7f8bacfbbb01d05cab5b01d8a8422c38b9e3;p=postgresql Improve documentation of how to fiddle with SCSI drives on FreeBSD. Per suggestions from Achilleas Mantzios and Greg Smith. --- diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index 4d111903a7..ff825eca3b 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -87,7 +87,9 @@ On FreeBSD, IDE drives can be queried using atacontrol and write caching turned off using hw.ata.wc=0 in /boot/loader.conf; - SCSI drives use sdparm. + SCSI drives can be queried using camcontrol identify, + and the write cache both queried and changed using + sdparm when available.