[ia64][patch] Fix 2.6.12-mm1 default tiger config

From: Rusty Lynch
Date: Wed Jun 22 2005 - 20:21:57 EST


With the addition of the CONFIG_FUSION_FC and CONFIG_FUSION_SPI
config entries, the ia64 default tiger configuration is broken
(because system fails to mount root device.) This patch fixes
the default for tiger systems.

--rusty

signed-off-by: Rusty Lynch <rusty.lynch@xxxxxxxxx>

arch/ia64/configs/tiger_defconfig | 2 ++
1 files changed, 2 insertions(+)

Index: linux-2.6.12-mm1/arch/ia64/configs/tiger_defconfig
===================================================================
--- linux-2.6.12-mm1.orig/arch/ia64/configs/tiger_defconfig
+++ linux-2.6.12-mm1/arch/ia64/configs/tiger_defconfig
@@ -366,6 +366,8 @@ CONFIG_DM_ZERO=m
# Fusion MPT device support
#
CONFIG_FUSION=y
+CONFIG_FUSION_SPI=y
+# CONFIG_FUSION_FC is not set
CONFIG_FUSION_MAX_SGE=40
# CONFIG_FUSION_CTL is not set

-
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/