Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2001 20:34:25 +0300 (EEST)
From:      Giorgos Keramidas <charon@labs.gr>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/30343: minor changes to ata(4) manpage
Message-ID:  <200109051734.f85HYPJ02439@hades.hell.gr>

next in thread | raw e-mail | index | archive | help

>Number:         30343
>Category:       docs
>Synopsis:       minor changes to ata(4) manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 05 11:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Giorgos Keramidas
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hades.hell.gr 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue Sep 4 19:49:44 EEST 2001 root@hades.hell.gr:/usr/obj/usr/src/sys/CHARON i386

>Description:

	The manpage of ata(4) describes how to enable hw.ata.wc by
	setting it to 1, but does not describe how to turn it off.  Of
	course, setting to 0 disables it, and it *is* set to 0 by
	default, but state that explicitly in the manpage.

	Also reword a warning that follows this to make it clearer
	that it is with the sysctl 'enabled' that there is a danger
	for data corruption.

>How-To-Repeat:

	$ man 4 ata

	Look for the description of hw.ata.wc sysctl knob.

>Fix:

Index: ata.4
===================================================================
RCS file: /home/ncvs/src/share/man/man4/ata.4,v
retrieving revision 1.20
diff -u -r1.20 ata.4
--- ata.4       14 Jul 2001 19:40:46 -0000      1.20
+++ ata.4       5 Sep 2001 17:33:07 -0000
@@ -66,8 +66,8 @@
 .It Va hw.ata.atapi_dma
 set to 1 for DMA access 0 for PIO (default is PIO).
 .It Va hw.ata.wc
-set to 1 to enable Write Caching (default is disabled)
-(WARNING might cause data loss on power failures)
+set to 1 to enable or 0 to disable Write Caching (default is disabled)
+(WARNING: enabling this might cause data loss on power failures)
 .It Va hw.ata.tags
 set to 1 to enable Tagged Queuing support (default is disabled)
 (only IBM DPTA and DTLA drives support that)
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109051734.f85HYPJ02439>