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:
Peter Pentchev 2004-12-21 19:41:21 +00:00
parent d97d5ee931
commit e306ffca86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139145

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 :