docs/75340: [patch] src/share/man/man4/ata.4 - hw.ata.atapi_dma default setting is DMA, not PIO.

Christian Hiris 4711 at chello.at
Mon Dec 20 23:10:29 UTC 2004


>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 20 23:10:28 GMT 2004
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-doc mailing list