Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jul 2010 07:42:54 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r210212 - stable/8/share/man/man4
Message-ID:  <201007180742.o6I7gsuE084082@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Sun Jul 18 07:42:54 2010
New Revision: 210212
URL: http://svn.freebsd.org/changeset/base/210212

Log:
  MFC r209664:
  Add ata(4) ability to limit initial ATA mode for devices via device hints.
  After boot this mode can be changed with atacontrol/camcontrol as usual.
  It works for both legacy and ATA_CAM wrapper mode.

Modified:
  stable/8/share/man/man4/ata.4
Directory Properties:
  stable/8/share/man/man4/   (props changed)

Modified: stable/8/share/man/man4/ata.4
==============================================================================
--- stable/8/share/man/man4/ata.4	Sun Jul 18 07:34:20 2010	(r210211)
+++ stable/8/share/man/man4/ata.4	Sun Jul 18 07:42:54 2010	(r210212)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 3, 2010
+.Dd July 3, 2010
 .Dt ATA 4
 .Os
 .Sh NAME
@@ -103,6 +103,10 @@ can cause data loss on power failures an
 .It Va hint.atapci.X.msi
 set to 1 to allow Message Signalled Interrupts (MSI) to be used by
 specified PCI ATA controller, if supported.
+.It Va hint.ata.X.devX.mode
+limits initial ATA mode for specified device on specified channel.
+.It Va hint.ata.X.mode
+limits initial ATA mode for every device on specified channel.
 .It Va hint.ata.X.pm_level
 controls SATA interface Power Management for specified channel,
 allowing to save some power by the cost of additional command latency.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007180742.o6I7gsuE084082>