svn commit: r210212 - stable/8/share/man/man4

Alexander Motin mav at FreeBSD.org
Sun Jul 18 07:42:54 UTC 2010


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.


More information about the svn-src-stable-8 mailing list