From patchwork Wed Nov 25 17:04:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 39398 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 6D07D1009BF for ; Thu, 26 Nov 2009 04:28:43 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759187AbZKYRFb (ORCPT ); Wed, 25 Nov 2009 12:05:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758994AbZKYRF3 (ORCPT ); Wed, 25 Nov 2009 12:05:29 -0500 Received: from mail-ew0-f219.google.com ([209.85.219.219]:52887 "EHLO mail-ew0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759187AbZKYRFO (ORCPT ); Wed, 25 Nov 2009 12:05:14 -0500 Received: by mail-ew0-f219.google.com with SMTP id 19so593484ewy.21 for ; Wed, 25 Nov 2009 09:05:20 -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=QtpPu8IGI2+buROQTFelLwJqPdFbXwI3hnCWdzsZFEc=; b=gd1x7AO4r8EcmtnFJxv9r5bXZSpTXlKLukM1T6ggNtnXo88bF/MGfeSwEcD27k3D94 YBDlvF5jRDtvTRpbvi0ke6CHvm46VIvoa4Q/Ttld1FzFA+DD53+mADoD0DxtOUgyq9XC H8GTzCr+iLWZqOxjQydJK31W7DA4G7LYeYF/s= 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=ZwSG7yQzADGiT/sLGutNhllBXcX09IzRg5nanqxhWnduYv/qkULy9+5ub39yDyh+a1 ELsm2842Mkap6v0mORVMzWMgfC8GMkyhkGTDbZMUXInajDTkBVC3mSAbOnVRcTSVUUsZ fJa2sjqeOlSOA/7GwnQn2KfRwoXRJlJ7BCpJw= Received: by 10.216.90.135 with SMTP id e7mr200420wef.34.1259168719931; Wed, 25 Nov 2009 09:05:19 -0800 (PST) Received: from ?127.0.0.1? (chello089079027028.chello.pl [89.79.27.28]) by mx.google.com with ESMTPS id p10sm13606876gvf.28.2009.11.25.09.05.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 25 Nov 2009 09:05:19 -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:04:36 +0100 Message-Id: <20091125170436.5446.83994.sendpatchset@localhost> In-Reply-To: <20091125170218.5446.13513.sendpatchset@localhost> References: <20091125170218.5446.13513.sendpatchset@localhost> Subject: [PATCH 19/86] pata_cmd640: 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_cmd640: 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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -- 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 @@ -287,8 +287,11 @@ config PATA_CMD640_PCI depends on PCI && EXPERIMENTAL help This option enables support for the CMD640 PCI IDE - interface chip. Only the primary channel is currently - supported. + interface chip. + + Known issues: + - only the primary channel is currently supported + - only the PCI chip interface is currently supported If unsure, say N.