Be consistent with the way we talk about sysctl values.

PR:		docs/30343
Submitted by:	Giorgos Keramidas <charon@labs.gr>
This commit is contained in:
Murray Stokely 2001-09-27 07:26:16 +00:00
parent e93d0738f5
commit 37068be4f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84016

View File

@ -62,14 +62,14 @@ To support ATAPI tape drives:
The following tunables are setable from the loader:
.Bl -ohang
.It Va hw.ata.ata_dma
set to 1 for DMA access 0 for PIO (default is 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 PIO).
.It Va hw.ata.wc
set to 1 to enable Write Caching (default is disabled)
set to 1 to enable Write Caching, 0 to disable (default is disabled)
(WARNING might cause data loss on power failures)
.It Va hw.ata.tags
set to 1 to enable Tagged Queuing support (default is disabled)
set to 1 to enable Tagged Queuing support, 0 to disable (default is disabled)
(only IBM DPTA and DTLA drives support that)
.El
.Sh DESCRIPTION