From 4711@chello.at  Mon Dec 20 23:06:11 2004
Return-Path: <4711@chello.at>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C4CF816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Dec 2004 23:06:11 +0000 (GMT)
Received: from chello084114137224.1.15.vie.surfer.at (chello084114137224.1.15.vie.surfer.at [84.114.137.224])
	by mx1.FreeBSD.org (Postfix) with SMTP id 33D6343D48
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Dec 2004 23:06:10 +0000 (GMT)
	(envelope-from 4711@chello.at)
Received: (qmail 33051 invoked from network); 20 Dec 2004 23:06:08 -0000
Received: from matrix010.matrix.net (192.168.123.10)
  by ns.matrix.net with SMTP; 20 Dec 2004 23:06:08 -0000
Message-Id: <1103583968.0@matrix010.matrix.net>
Date: Tue, 21 Dec 2004 00:06:08 +0100
From: "Christian Hiris" <4711@chello.at>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: [patch] src/share/man/man4/ata.4 - hw.ata.atapi_dma default setting is DMA, not PIO.
X-Send-Pr-Version: gtk-send-pr 0.3.3 
X-GNATS-Notify:

>Number:         75340
>Category:       docs
>Synopsis:       [patch] src/share/man/man4/ata.4 - hw.ata.atapi_dma default setting is DMA, not PIO.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 20 23:10:28 GMT 2004
>Closed-Date:    Tue Dec 21 23:00:59 GMT 2004
>Last-Modified:  Tue Dec 21 23:00:59 GMT 2004
>Originator:     Christian Hiris
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:


System: FreeBSD 5.3-STABLE #0: Sun Dec 19 07:55:38 CET 2004
    pfnu@matrix010.matrix.net:/usr/obj/usr/src/sys/MATRIX010



>Description:


According to src/sys/dev/ata/ata-all.c the hw.ata.atapi_dma default setting has changed from PIO(0) to DMA (1).


>How-To-Repeat:


# man 4 ata


>Fix:


--- patch-ata.4 begins here ---
--- src/share/man/man4/ata.4.orig	Mon Jun 28 12:37:39 2004
+++ src/share/man/man4/ata.4	Mon Dec 20 23:53:30 2004
@@ -86,7 +86,7 @@
 .It Va hw.ata.ata_dma
 set to 1 for DMA access, 0 for PIO (default is DMA).
 .It Va hw.ata.atapi_dma
-set to 1 for DMA access, 0 for PIO (default is PIO).
+set to 1 for DMA access, 0 for PIO (default is DMA).
 .It Va hw.ata.wc
 set to 1 to enable Write Caching, 0 to disable (default is enabled).
 .Em WARNING :
--- patch-ata.4 ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: roam 
State-Changed-When: Tue Dec 21 23:00:07 GMT 2004 
State-Changed-Why:  
This seems to be a duplicate of another PR, docs/75021 :) 
Still, thanks for your effort to improve FreeBSD by pointing out 
this discrepancy! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75340 
>Unformatted:
