Reflect the change of the hw.ata.atapi_dma sysctl default in rev. 1.217 of

src/sys/dev/ata/ata-all.c from PIO to DMA.

Submitted by:	Craig Rodrigues <rodrigc@crodrigues.org>
MFC after:	1 week
This commit is contained in:
roam 2004-12-21 19:41:21 +00:00
parent c18c5197dc
commit 66d65c6614

View File

@ -86,7 +86,7 @@ The following tunables are settable from the loader:
.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 :