From patchwork Wed Nov 25 17:09:48 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 39384 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 2A8A3B7067 for ; Thu, 26 Nov 2009 04:22:34 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753183AbZKYRR4 (ORCPT ); Wed, 25 Nov 2009 12:17:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933325AbZKYRR4 (ORCPT ); Wed, 25 Nov 2009 12:17:56 -0500 Received: from ey-out-2122.google.com ([74.125.78.27]:28343 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759361AbZKYRK0 (ORCPT ); Wed, 25 Nov 2009 12:10:26 -0500 Received: by ey-out-2122.google.com with SMTP id 4so1570201eyf.19 for ; Wed, 25 Nov 2009 09:10:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :in-reply-to:references:subject; bh=gTSpf1QgElDZJpPuIjpXFtX3Zh80J4Ezo2wo5xxlnaM=; b=Pkntej70rcsfE3zT7XCyPZ4ClMeoO+WfOOgDN5T2FQjrRJuJA344quWRfuiI3Fivdi 9Kax1JkZaxb2bk2I69ya5efnvQdnJ17/x1Sx/MFmO9ixPpVMjY6p90seecptqjt3wOkc jPEwYzidlrq6OeWSP2eLLGmX3Y62rohw7bewU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=s8HMOxEen586RwzGCHIECxqR3k4OOQyGgRiGeSXn4ZdWinf/NOhj6x0NluQcatIhDe 1Wy9dAs+Tah5CrmI2QpG0a1FHLz64q5k3r76z1hv3MOPzJqW8KOW1htxwmJyaFBbsmRu RonqR4tAJkR7Ex4KWmIQPTLhqLKxKJvGy2u3w= Received: by 10.216.89.139 with SMTP id c11mr2535313wef.198.1259169032348; Wed, 25 Nov 2009 09:10:32 -0800 (PST) Received: from ?127.0.0.1? (chello089079027028.chello.pl [89.79.27.28]) by mx.google.com with ESMTPS id i34sm14627171gve.6.2009.11.25.09.10.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 25 Nov 2009 09:10:31 -0800 (PST) From: Bartlomiej Zolnierkiewicz To: linux-ide@vger.kernel.org Cc: Bartlomiej Zolnierkiewicz , linux-kernel@vger.kernel.org Date: Wed, 25 Nov 2009 18:09:48 +0100 Message-Id: <20091125170948.5446.32754.sendpatchset@localhost> In-Reply-To: <20091125170218.5446.13513.sendpatchset@localhost> References: <20091125170218.5446.13513.sendpatchset@localhost> Subject: [PATCH 62/86] pata_pdc202xx_old: document known issues Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org From: Bartlomiej Zolnierkiewicz Subject: [PATCH] pata_pdc202xx_old: document known issues Document known issues with the driver to aid distribution makers, users and developers in making informed decisions instead of wasting their time needlessly. Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: b/drivers/ata/Kconfig =================================================================== --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -583,6 +583,10 @@ config PATA_PDC_OLD This option enables support for the Promise 20246, 20262, 20263, 20265 and 20267 adapters. + Known issues: + - UDMA transfers fail mysteriously on some chipsets + - ATAPI DMA is unsupported currently + If unsure, say N. config PATA_QDI