From owner-svn-src-head@FreeBSD.ORG Fri Jun 19 21:26:07 2015 Return-Path: Delivered-To: svn-src-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A903E38A; Fri, 19 Jun 2015 21:26:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97047F3; Fri, 19 Jun 2015 21:26:07 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5JLQ7sF067494; Fri, 19 Jun 2015 21:26:07 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5JLQ7Qq067493; Fri, 19 Jun 2015 21:26:07 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201506192126.t5JLQ7Qq067493@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Fri, 19 Jun 2015 21:26:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284607 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2015 21:26:07 -0000 Author: delphij Date: Fri Jun 19 21:26:06 2015 New Revision: 284607 URL: https://svnweb.freebsd.org/changeset/base/284607 Log: Document kern.cam.ada.legacy_aliases, while I'm there also fix some typos. MFC after: 2 weeks Modified: head/share/man/man4/ada.4 Modified: head/share/man/man4/ada.4 ============================================================================== --- head/share/man/man4/ada.4 Fri Jun 19 20:35:17 2015 (r284606) +++ head/share/man/man4/ada.4 Fri Jun 19 21:26:06 2015 (r284607) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 22, 2014 +.Dd June 19, 2015 .Dt ADA 4 .Os .Sh NAME @@ -45,14 +45,14 @@ The host adapter must also be separately .Tn ATA direct access device can be configured. .Sh COMMAND QUEUING -Command queueing allows the device to process multiple transactions +Command queuing allows the device to process multiple transactions concurrently, often re-ordering them to reduce the number and length of seeks. .Tn ATA -defines two types of queueing: -.Tn TCQ (Tagged Command Queueing, PATA legacy) +defines two types of queuing: +.Tn TCQ (Tagged Command Queuing, PATA legacy) and -.Tn NCQ (Native Command Queueing, SATA) . +.Tn NCQ (Native Command Queuing, SATA) . The .Nm device driver takes full advantage of NCQ, when supported. @@ -146,6 +146,16 @@ instead of .Pa /etc/sysctl.conf . The global default is currently 1. The per-device default is to leave it as-is (follow global setting). +.It Va kern.cam.ada.legacy_aliases +.Pp +This variable determines whether +.Pa /dev/ad Ns Ar Y +symbolic links are created, +which tries to mimic old +.Xr ata 4 +numbering. +Set to 1 to enable legacy aliases symlinks, 0 to disable. +The default is currently enabled. .El .Sh FILES .Bl -tag -width ".Pa /dev/ada*" -compact