From owner-svn-src-head@FreeBSD.ORG Sat Nov 12 10:17:23 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B13B3106566B; Sat, 12 Nov 2011 10:17:23 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A1BBC8FC12; Sat, 12 Nov 2011 10:17:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pACAHNt8036883; Sat, 12 Nov 2011 10:17:23 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pACAHNSJ036881; Sat, 12 Nov 2011 10:17:23 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <201111121017.pACAHNSJ036881@svn.freebsd.org> From: Christian Brueffer Date: Sat, 12 Nov 2011 10:17:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r227465 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 12 Nov 2011 10:17:23 -0000 Author: brueffer Date: Sat Nov 12 10:17:23 2011 New Revision: 227465 URL: http://svn.freebsd.org/changeset/base/227465 Log: Grammar and mdoc cleanup. MFC after: 3 days Modified: head/share/man/man4/mvs.4 Modified: head/share/man/man4/mvs.4 ============================================================================== --- head/share/man/man4/mvs.4 Sat Nov 12 09:52:27 2011 (r227464) +++ head/share/man/man4/mvs.4 Sat Nov 12 10:17:23 2011 (r227465) @@ -109,7 +109,8 @@ hardware command queues (up to 31 comman Native Command Queuing, SATA interface Power Management, device hot-plug and Message Signaled Interrupts. .Pp -Same hardware is also supported by atamarvell and ataadaptec drivers from +The same hardware is also supported by the atamarvell and ataadaptec +drivers from the .Xr ata 4 subsystem. If both drivers are loaded at the same time, this one will be @@ -118,6 +119,7 @@ given precedence as the more functional The .Nm driver supports the following controllers: +.Pp .Bl -tag -compact .It Gen-I (SATA 1.5Gbps): .Bl -bullet -compact @@ -155,10 +157,10 @@ driver supports the following controller MV78100 SoC .El .El -Note, that this hardware supports command queueing and FIS-based switching -only for ATA DMA commands. ATAPI and non-DMA ATA commands executed one by one -for each port. .Pp +Note, that this hardware supports command queueing and FIS-based switching +only for ATA DMA commands. +ATAPI and non-DMA ATA commands executed one by one for each port. .Sh SEE ALSO .Xr ada 4 , .Xr ata 4 , @@ -172,4 +174,4 @@ The driver first appeared in .Fx 8.1 . .Sh AUTHORS -.An Alexander Motin Aq mav@FreeBSD.org . +.An Alexander Motin Aq mav@FreeBSD.org