From patchwork Wed Nov 25 17:05:46 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 39399 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 3E2FC100A68 for ; Thu, 26 Nov 2009 04:28:44 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759259AbZKYRGi (ORCPT ); Wed, 25 Nov 2009 12:06:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759235AbZKYRGh (ORCPT ); Wed, 25 Nov 2009 12:06:37 -0500 Received: from mail-ew0-f219.google.com ([209.85.219.219]:57397 "EHLO mail-ew0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759271AbZKYRGY (ORCPT ); Wed, 25 Nov 2009 12:06:24 -0500 Received: by mail-ew0-f219.google.com with SMTP id 19so596512ewy.21 for ; Wed, 25 Nov 2009 09:06:29 -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=qCOe7653OHnnkr3DKYMjL5j8N4SMrFKN5yInGErGScQ=; b=m4loQR3YWebYAY8AatcCLVmvN40PhK8RG/CT01GpjUWF9MiyAn7yFWJzMev2OT/Skm TQFJLEUqMTIEGcpdDd6nCps50dXIaYMva6jmTwYiWn4VXwiMY8sBmci2Y7hSB8e8taHY it1P2wNWbq0oyLFw/bZU7uIUr+ulLzbp487/w= 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=mtZGW0ARIY+aEk/cc+LpKoU1MxUzcr+Qk0W7VU0LivSfYEBzXcbKRvD+hzzkynUrPb O+WxLgC7mudUwthVZS17Hv6YWvDwh2DMM0ZHPbuWaxlrAXnpQG6dpfklakNKrN17vg5M 0FPB6/gh+G5U8QfgQodAjP9xZTksFQWlxth78= Received: by 10.216.93.81 with SMTP id k59mr2454708wef.169.1259168789581; Wed, 25 Nov 2009 09:06:29 -0800 (PST) Received: from ?127.0.0.1? (chello089079027028.chello.pl [89.79.27.28]) by mx.google.com with ESMTPS id g11sm14627000gve.3.2009.11.25.09.06.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 25 Nov 2009 09:06:29 -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:05:46 +0100 Message-Id: <20091125170546.5446.7389.sendpatchset@localhost> In-Reply-To: <20091125170218.5446.13513.sendpatchset@localhost> References: <20091125170218.5446.13513.sendpatchset@localhost> Subject: [PATCH 29/86] pata_cypress: 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_cypress: 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 | 3 +++ 1 file changed, 3 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 @@ -344,6 +344,9 @@ config PATA_CYPRESS This option enables support for the Cypress/Contaq CY82C693 chipset found in some Alpha systems + Known issues: + - only the primary channel is currently supported + If unsure, say N. config PATA_EFAR