Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753237AbXLDTCv (ORCPT ); Tue, 4 Dec 2007 14:02:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750994AbXLDTCm (ORCPT ); Tue, 4 Dec 2007 14:02:42 -0500 Received: from srv5.dvmed.net ([207.36.208.214]:50114 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750813AbXLDTCl (ORCPT ); Tue, 4 Dec 2007 14:02:41 -0500 Message-ID: <4755A44A.90003@garzik.org> Date: Tue, 04 Dec 2007 14:02:34 -0500 From: Jeff Garzik User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Robert Hancock CC: linux-kernel , ide , Tejun Heo , Peer Chen , Kuan Luo , Allen Martin Subject: Re: [PATCH] sata_nv: don't use legacy DMA in ADMA mode (v3) References: <4749FE58.4060800@shaw.ca> In-Reply-To: <4749FE58.4060800@shaw.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-Spam-Report: SpamAssassin version 3.1.9 on srv5.dvmed.net summary: Content analysis details: (-4.4 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 939 Lines: 25 Robert Hancock wrote: > We need to run any DMA command with result taskfile requested in ADMA mode > when the port is in ADMA mode, otherwise it may try to use the legacy DMA engine > in ADMA mode which is not allowed. Enforce this with BUG_ON() since data > corruption could potentially result if this happened. Also, fail any attempt to > try and issue NCQ commands with result taskfile requested, since the hardware > doesn't allow this. > > Signed-off-by: Robert Hancock applied #upstream-fixes Please make sure to copy relevant NVIDIA engineers on your patches, since they are actively contributing patches to Linux too (and, well, its their hardware :)) Jeff -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/