Author: gordon-guest Date: Mon Nov 12 04:08:38 2007 New Revision: 9709 Log: Disable CONFIG_SCSI_ACARD on arm to fix FTBFS.
Added: dists/trunk/linux-2.6/debian/patches/bugfix/arm/disable-scsi_acard.patch Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 Added: dists/trunk/linux-2.6/debian/patches/bugfix/arm/disable-scsi_acard.patch ============================================================================== --- (empty file) +++ dists/trunk/linux-2.6/debian/patches/bugfix/arm/disable-scsi_acard.patch Mon Nov 12 04:08:38 2007 @@ -0,0 +1,13 @@ +diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig +index 6f2c71e..3fce8f4 100644 +--- a/drivers/scsi/Kconfig ++++ b/drivers/scsi/Kconfig +@@ -378,7 +378,7 @@ config SCSI_7000FASST + + config SCSI_ACARD + tristate "ACARD SCSI support" +- depends on PCI && SCSI ++ depends on PCI && SCSI && (!ARM || BROKEN) + help + This driver supports the ACARD SCSI host adapter. + Support Chip <ATP870 ATP876 ATP880 ATP885> Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 ============================================================================== --- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 (original) +++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 Mon Nov 12 04:08:38 2007 @@ -49,3 +49,4 @@ + features/all/e1000e-20070806.patch + features/all/e1000e-fixes.patch + bugfix/all/2.6.23.1 ++ bugfix/arm/disable-scsi_acard.patch _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

