summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ata.4
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-10-02 22:03:21 +0000
committermav <mav@FreeBSD.org>2012-10-02 22:03:21 +0000
commit63f83ebad921990694d019d89af0426a4c81269a (patch)
treec3c802ebee9675b618bf2ba179494cce0dc814ca /share/man/man4/ata.4
parent4143500b7bd8c48ee7602a796783fc0a455a6d40 (diff)
downloadFreeBSD-src-63f83ebad921990694d019d89af0426a4c81269a.zip
FreeBSD-src-63f83ebad921990694d019d89af0426a4c81269a.tar.gz
Implement SATA revision (speed) control for legacy SATA controller for
both boot (via loader tunables) and run-time (via `camcontrol negotiate`). Tested to work at least on NVIDIA MCP55 chipset. H/w provided by: glebius
Diffstat (limited to 'share/man/man4/ata.4')
-rw-r--r--share/man/man4/ata.410
1 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4
index 939c8b1..b325eb7 100644
--- a/share/man/man4/ata.4
+++ b/share/man/man4/ata.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 18, 2012
+.Dd October 3, 2012
.Dt ATA 4
.Os
.Sh NAME
@@ -99,7 +99,7 @@ set to 0 to disable the 80pin cable check (the default is 1, check the cable).
set to 1 to allow Message Signalled Interrupts (MSI) to be used by the
specified PCI ATA controller, if supported.
.It Va hint.ata.X.devX.mode
-limits the initial ATA mode for the specified device on specified the channel.
+limits the initial ATA mode for the specified device on the specified channel.
.It Va hint.ata.X.mode
limits the initial ATA mode for every device on the specified channel.
.It Va hint.ata.X.pm_level
@@ -120,6 +120,12 @@ host initiates SLUMBER PM state transition every time port becomes idle.
.El
.Pp
Modes 2 and 3 are only supported for AHCI.
+.It Va hint.ata. Ns Ar X Ns Va .dev Ns Ar X Ns Va .sata_rev
+limits the initial SATA revision (speed) for the specified device
+on the specified channel.
+Values 1, 2 and 3 are respectively 1.5, 3 and 6Gbps.
+.It Va hint.ata. Ns Ar X Ns Va .sata_rev
+Same, but for every device on the specified channel.
.El
.Sh DESCRIPTION
The
OpenPOWER on IntegriCloud