From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932561AbWFBU2z (ORCPT ); Fri, 2 Jun 2006 16:28:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932563AbWFBU2z (ORCPT ); Fri, 2 Jun 2006 16:28:55 -0400 Received: from einhorn.in-berlin.de ([192.109.42.8]:8659 "EHLO einhorn.in-berlin.de") by vger.kernel.org with ESMTP id S932561AbWFBU2y (ORCPT ); Fri, 2 Jun 2006 16:28:54 -0400 X-Envelope-From: stefanr@s5r6.in-berlin.de Date: Fri, 2 Jun 2006 22:27:10 +0200 (CEST) From: Stefan Richter Subject: [PATCH 2.6.17-rc5-mm2 17/18] sbp2: provide helptext for CONFIG_IEEE1394_SBP2_PHYS_DMA and mark it experimental To: Andrew Morton cc: linux-kernel@vger.kernel.org, linux1394-devel@lists.sourceforge.net, Jody McIntyre , Ben Collins In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-Disposition: INLINE X-Spam-Score: (-0.263) AWL,BAYES_20 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org It appears I will not get it fixed overnight. Signed-off-by: Stefan Richter Index: linux-2.6.17-rc5-mm2/drivers/ieee1394/Kconfig =================================================================== --- linux-2.6.17-rc5-mm2.orig/drivers/ieee1394/Kconfig 2006-06-01 20:55:03.000000000 +0200 +++ linux-2.6.17-rc5-mm2/drivers/ieee1394/Kconfig 2006-06-01 20:55:48.000000000 +0200 @@ -128,8 +128,17 @@ config IEEE1394_SBP2 1394 bus. SBP-2 devices include harddrives and DVD devices. config IEEE1394_SBP2_PHYS_DMA - bool "Enable Phys DMA support for SBP2 (Debug)" - depends on IEEE1394 && IEEE1394_SBP2 + bool "Enable replacement for physical DMA in SBP2" + depends on IEEE1394 && IEEE1394_SBP2 && EXPERIMENTAL + help + This builds sbp2 for use with non-OHCI host adapters which do not + support physical DMA or for when ohci1394 is run with phys_dma=0. + Physical DMA is data movement without assistence of the drivers' + interrupt handlers. This option includes the interrupt handlers + that are required in absence of this hardware feature. + + This option is buggy and currently broken on some architectures. + If unsure, say N. config IEEE1394_ETH1394 tristate "Ethernet over 1394"