From 43ef1428d191e6872ed6f66c976329d5d00741fc Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 27 Sep 2009 23:20:53 +0200 Subject: Disable CMD-640 support It messes too much with probing and brings hang issue. * i386/linux/dev/include/linux/autoconf.h (CONFIG_BLK_DEV_CMD640, CONFIG_BLK_DEV_CMD640_ENHANCED): Undefine macros. --- i386/linux/dev/include/linux/autoconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i386') diff --git a/i386/linux/dev/include/linux/autoconf.h b/i386/linux/dev/include/linux/autoconf.h index 037829b..75ff2aa 100644 --- a/i386/linux/dev/include/linux/autoconf.h +++ b/i386/linux/dev/include/linux/autoconf.h @@ -55,8 +55,8 @@ #undef CONFIG_BLK_DEV_IDEFLOPPY #undef CONFIG_BLK_DEV_IDESCSI #undef CONFIG_BLK_DEV_IDE_PCMCIA -#define CONFIG_BLK_DEV_CMD640 1 -#define CONFIG_BLK_DEV_CMD640_ENHANCED 1 +#undef CONFIG_BLK_DEV_CMD640 +#undef CONFIG_BLK_DEV_CMD640_ENHANCED #define CONFIG_BLK_DEV_RZ1000 1 #define CONFIG_BLK_DEV_TRITON 1 #undef CONFIG_IDE_CHIPSETS -- cgit v1.2.3