All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND][PATCH 3/9] ide: remove unused CONFIG_BLK_DEV_IDE_AU1-[Triple-X]_SEQTS_PER_RQ
@ 2009-01-06 18:52 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-01-06 18:52 UTC (permalink / raw)
  To: linux-ide; +Cc: linux-kernel


Reason for resend: vger doesn't like XXX

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

    linux-kernel@vger.kernel.org

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 5.7.1 Content-Policy reject msg: The capital Triple-X in subject is way too often associated with junk email, please rephrase.  BF:<H 6.15064e-14>; S1754791AbZAFSev (state 18).

From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Subject: [PATCH] ide: remove unused CONFIG_BLK_DEV_IDE_AU1_XXX_SEQTS_PER_RQ

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
---
AU1xxx_IDE.README needs more (out of scope for this patch) updates.

 Documentation/mips/AU1xxx_IDE.README |    6 +-----
 drivers/ide/Kconfig                  |    5 -----
 2 files changed, 1 insertion(+), 10 deletions(-)

Index: b/Documentation/mips/AU1xxx_IDE.README
===================================================================
--- a/Documentation/mips/AU1xxx_IDE.README
+++ b/Documentation/mips/AU1xxx_IDE.README
@@ -52,14 +52,12 @@ Two files are introduced:
   b) 'drivers/ide/mips/au1xxx-ide.c'
      contains the functionality of the AU1XXX IDE driver
 
-Four configs variables are introduced:
+Following extra configs variables are introduced:
 
   CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA    - enable the PIO+DBDMA mode
   CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA  - enable the MWDMA mode
   CONFIG_BLK_DEV_IDE_AU1XXX_BURSTABLE_ON - set Burstable FIFO in DBDMA
                                            controller
-  CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ - maximum transfer size
-                                           per descriptor
 
 
 SUPPORTED IDE MODES
@@ -87,7 +85,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y
 CONFIG_IDEDMA_PCI_AUTO=y
 CONFIG_BLK_DEV_IDE_AU1XXX=y
 CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA=y
-CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ=128
 CONFIG_BLK_DEV_IDEDMA=y
 CONFIG_IDEDMA_AUTO=y
 
@@ -105,7 +102,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y
 CONFIG_IDEDMA_PCI_AUTO=y
 CONFIG_BLK_DEV_IDE_AU1XXX=y
 CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA=y
-CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ=128
 CONFIG_BLK_DEV_IDEDMA=y
 CONFIG_IDEDMA_AUTO=y
 
Index: b/drivers/ide/Kconfig
===================================================================
--- a/drivers/ide/Kconfig
+++ b/drivers/ide/Kconfig
@@ -701,11 +701,6 @@ config BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA
        depends on SOC_AU1200 && BLK_DEV_IDE_AU1XXX
 endchoice
 
-config BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ
-       int "Maximum transfer size (KB) per request (up to 128)"
-       default "128"
-       depends on BLK_DEV_IDE_AU1XXX
-
 config BLK_DEV_IDE_TX4938
 	tristate "TX4938 internal IDE support"
 	depends on SOC_TX4938
\0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [RESEND][PATCH 3/9] ide: remove unused CONFIG_BLK_DEV_IDE_AU1-[Triple-X]_SEQTS_PER_RQ
@ 2009-01-06 18:52 ` Bartlomiej Zolnierkiewicz
  0 siblings, 0 replies; 3+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2009-01-06 18:52 UTC (permalink / raw)
  To: linux-ide; +Cc: linux-kernel


Reason for resend: vger doesn't like XXX
This is an automatically generated Delivery Status Notification
Delivery to the following recipient failed permanently:
    linux-kernel@vger.kernel.org
Technical details of permanent failure:Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550 5.7.1 Content-Policy reject msg: The capital Triple-X in subject is way too often associated with junk email, please rephrase.  BF:<H 6.15064e-14>; S1754791AbZAFSev (state 18).
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>Subject: [PATCH] ide: remove unused CONFIG_BLK_DEV_IDE_AU1_XXX_SEQTS_PER_RQ
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>---AU1xxx_IDE.README needs more (out of scope for this patch) updates.
 Documentation/mips/AU1xxx_IDE.README |    6 +----- drivers/ide/Kconfig                  |    5 ----- 2 files changed, 1 insertion(+), 10 deletions(-)
Index: b/Documentation/mips/AU1xxx_IDE.README===================================================================--- a/Documentation/mips/AU1xxx_IDE.README+++ b/Documentation/mips/AU1xxx_IDE.README@@ -52,14 +52,12 @@ Two files are introduced:   b) 'drivers/ide/mips/au1xxx-ide.c'      contains the functionality of the AU1XXX IDE driver -Four configs variables are introduced:+Following extra configs variables are introduced:    CONFIG_BLK_DEV_IDE_AU1XXX_PIO_DBDMA    - enable the PIO+DBDMA mode   CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA  - enable the MWDMA mode   CONFIG_BLK_DEV_IDE_AU1XXX_BURSTABLE_ON - set Burstable FIFO in DBDMA                                            controller-  CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ - maximum transfer size-                                           per descriptor   SUPPORTED IDE MODES@@ -87,7 +85,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y CONFIG_IDEDMA_PCI_AUTO=y CONFIG_BLK_DEV_IDE_AU1XXX=y CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA=y-CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ=128 CONFIG_BLK_DEV_IDEDMA=y CONFIG_IDEDMA_AUTO=y @@ -105,7 +102,6 @@ CONFIG_BLK_DEV_IDEDMA_PCI=y CONFIG_IDEDMA_PCI_AUTO=y CONFIG_BLK_DEV_IDE_AU1XXX=y CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA=y-CONFIG_BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ=128 CONFIG_BLK_DEV_IDEDMA=y CONFIG_IDEDMA_AUTO=y Index: b/drivers/ide/Kconfig===================================================================--- a/drivers/ide/Kconfig+++ b/drivers/ide/Kconfig@@ -701,11 +701,6 @@ config BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA        depends on SOC_AU1200 && BLK_DEV_IDE_AU1XXX endchoice -config BLK_DEV_IDE_AU1XXX_SEQTS_PER_RQ-       int "Maximum transfer size (KB) per request (up to 128)"-       default "128"-       depends on BLK_DEV_IDE_AU1XXX- config BLK_DEV_IDE_TX4938 	tristate "TX4938 internal IDE support" 	depends on SOC_TX4938\0ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [RESEND][PATCH 3/9] ide: remove unused CONFIG_BLK_DEV_IDE_AU1-[Triple-X]_SEQTS_PER_RQ
  2009-01-06 18:52 ` Bartlomiej Zolnierkiewicz
  (?)
@ 2009-01-11 21:08 ` Sergei Shtylyov
  -1 siblings, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2009-01-11 21:08 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz; +Cc: linux-ide, linux-kernel

Bartlomiej Zolnierkiewicz wrote:

> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
>   

Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>

MBR, Sergei



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-11 21:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-06 18:52 [RESEND][PATCH 3/9] ide: remove unused CONFIG_BLK_DEV_IDE_AU1-[Triple-X]_SEQTS_PER_RQ Bartlomiej Zolnierkiewicz
2009-01-06 18:52 ` Bartlomiej Zolnierkiewicz
2009-01-11 21:08 ` Sergei Shtylyov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.