lkml.org 
[lkml]   [2008]   [Apr]   [27]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateMon, 28 Apr 2008 03:45:40 +0200
FromIngo Molnar <>
SubjectRe: [GIT PATCH] another tranche of SCSI updates for 2.6.26
* Ingo Molnar <mingo@elte.hu> wrote:

> see:
> 
>  http://redhat.com/~mingo/misc/config-Mon_Apr_28_03_01_00_CEST_2008.bad
>  http://redhat.com/~mingo/misc/log-Mon_Apr_28_03_01_00_CEST_2008.bad
> 
> the commits i pulled are below. The tree before that survived 100+ 
> randconfig bootups - this failed after 7 iterations.

did some more digging, regression is not too serious - excluding the ISA 
drivers below did the trick and it now boots up fine. Time to sleep now 
:-/

	Ingo

----------------->
Subject: qa: no scsi aha
From: Ingo Molnar <mingo@elte.hu>
Date: Mon Apr 28 03:34:16 CEST 2008
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 drivers/scsi/Kconfig |    3 +++
 1 file changed, 3 insertions(+)
Index: linux/drivers/scsi/Kconfig
===================================================================
--- linux.orig/drivers/scsi/Kconfig
+++ linux/drivers/scsi/Kconfig
@@ -406,6 +406,7 @@ config SCSI_ACARD
 config SCSI_AHA152X
 	tristate "Adaptec AHA152X/2825 support"
 	depends on ISA && SCSI && !64BIT
+	depends on 0
 	select SCSI_SPI_ATTRS
 	select CHECK_SIGNATURE
 	---help---
@@ -423,6 +424,7 @@ config SCSI_AHA152X
 config SCSI_AHA1542
 	tristate "Adaptec AHA1542 support"
 	depends on ISA && SCSI && ISA_DMA_API
+	depends on 0
 	---help---
 	  This is support for a SCSI host adapter.  It is explained in section
 	  3.4 of the SCSI-HOWTO, available from
@@ -437,6 +439,7 @@ config SCSI_AHA1542
 config SCSI_AHA1740
 	tristate "Adaptec AHA1740 support"
 	depends on EISA && SCSI
+	depends on 0
 	---help---
 	  This is support for a SCSI host adapter.  It is explained in section
 	  3.5 of the SCSI-HOWTO, available from

\
 
 \ /
  Last update: 2008-04-28 03:49    [from the cache]
©2003-2008