From owner-p4-projects@FreeBSD.ORG Tue Apr 27 09:43:40 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B97821065674; Tue, 27 Apr 2010 09:43:40 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E23A106564A for ; Tue, 27 Apr 2010 09:43:40 +0000 (UTC) (envelope-from mav@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6CDD28FC1A for ; Tue, 27 Apr 2010 09:43:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o3R9heiV091898 for ; Tue, 27 Apr 2010 09:43:40 GMT (envelope-from mav@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o3R9heXD091896 for perforce@freebsd.org; Tue, 27 Apr 2010 09:43:40 GMT (envelope-from mav@freebsd.org) Date: Tue, 27 Apr 2010 09:43:40 GMT Message-Id: <201004270943.o3R9heXD091896@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to mav@freebsd.org using -f From: Alexander Motin To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 177393 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2010 09:43:41 -0000 http://p4web.freebsd.org/@@177393?ac=10 Change 177393 by mav@mav_mavtest on 2010/04/27 09:43:11 Minor updates. Affected files ... .. //depot/projects/scottl-camlock/src/share/man/man4/mvs.4#2 edit Differences ... ==== //depot/projects/scottl-camlock/src/share/man/man4/mvs.4#2 (text+ko) ==== @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: src/share/man/man4/ahci.4,v 1.6 2010/03/04 11:09:49 mav Exp $ .\" -.Dd April 24, 2010 +.Dd April 27, 2010 .Dt MVS 4 .Os .Sh NAME @@ -93,7 +93,7 @@ .Tn SATA ports of several generations (Gen-I/II/IIe) of Marvell SATA controllers. Each SATA port found is represented to CAM as a separate bus with one -target, or, if HBA supports Port Multipliers, 16 targets. +target, or, if HBA supports Port Multipliers (Gen-II/IIe), 16 targets. Most of the bus-management details are handled by the SATA-specific transport of CAM. Connected ATA disks are handled by the ATA protocol disk peripheral driver @@ -106,7 +106,7 @@ .Pp Driver features include support for Serial ATA and ATAPI devices, Port Multipliers (including FIS-based switching, when supported), -hardware command queues (up to 32 commands per port), +hardware command queues (up to 31 command per port), Native Command Queuing, SATA interface Power Management, device hot-plug and Message Signaled Interrupts. .Pp @@ -156,6 +156,9 @@ 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 .Sh SEE ALSO .Xr ada 4 ,