aboutsummaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-16 13:38:49 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-16 13:38:49 +0000
commitf4c4488a98a40861e8d250b0a4de89112fff53c0 (patch)
treea569693665a6e549dc7d86546abb4f9e2ca0919e /share/man
parente8f6dea18be3d07865675416021ff8a325e59126 (diff)
downloadsrc-f4c4488a98a40861e8d250b0a4de89112fff53c0.tar.gz
src-f4c4488a98a40861e8d250b0a4de89112fff53c0.zip
mdoc(7) police: apply formatting fixes to rev 1.14.
Notes
Notes: svn path=/head/; revision=74348
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/ata.423
1 files changed, 12 insertions, 11 deletions
diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4
index 85240b137b04..67c07a2785ed 100644
--- a/share/man/man4/ata.4
+++ b/share/man/man4/ata.4
@@ -61,20 +61,18 @@ To support ATAPI tape drives:
.Cd device atapist
.Pp
The following tunables are setable from the loader:
-.Cd hw.ata.ata_dma
+.Bl -ohang
+.It Va hw.ata.ata_dma
set to 1 for DMA access 0 for PIO (default is DMA).
-.Pp
-.Cd hw.ata.atapi_dma
+.It Va hw.ata.atapi_dma
set to 1 for DMA access 0 for PIO (default is PIO).
-.Pp
-.Cd hw.ata.wc
+.It Va hw.ata.wc
set to 1 to enable Write Caching (default is disabled)
(WARNING might cause data loss on power failures)
-.Pp
-.Cd hw.ata.tags
+.It Va hw.ata.tags
set to 1 to enable Tagged Queuing support (default is disabled)
(only IBM DPTA and DTLA drives support that)
-.Pp
+.El
.Sh DESCRIPTION
This driver provides access to disk drives, ATAPI CD-ROM and DVD drives,
ZIP drives and tape streamers connected to controllers
@@ -137,19 +135,20 @@ All unknown chipsets can be supported at the maximum speed of 16 MB/sec.
The
.Nm
driver also allows for changes to the transfer mode of the devices
-at a later time when the system is up and running, see atacontrol(8).
+at a later time when the system is up and running, see
+.Xr atacontrol 8 .
.Pp
The driver attempts to set the maximum performance transfer mode on your disk
drives by selecting the highest possible DMA mode.
ATAPI devices are left in PIO mode because DMA problems are common despite the
device specifications.
-You can always try to set DMA mode on an ATAPI device using atacontrol(8),
+You can always try to set DMA mode on an ATAPI device using
+.Xr atacontrol 8 ,
but be aware that your hardware might
.Em not
support it and can
.Em hang
the system.
-.Pp
.Sh FILES
.Bl -tag -width "/sys/i386/conf/GENERIC " -compact
.It Pa /dev/ad*
@@ -193,6 +192,8 @@ the same ATA channel is not recommended,
unless they are run at the non-UDMA4 device's lower speed.
The driver has been designed to handle that kind of setup but lots of
older devices do not like this.
+.Sh SEE ALSO
+.Xr atacontrol 8
.Sh HISTORY
The
.Nm