Re: [GIT PATCH] another tranche of SCSI updates for 2.6.26

From: Ingo Molnar
Date: Sun Apr 27 2008 - 21:46:20 EST



* Ingo Molnar <mingo@xxxxxxx> 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@xxxxxxx>
Date: Mon Apr 28 03:34:16 CEST 2008

Signed-off-by: Ingo Molnar <mingo@xxxxxxx>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/