|
@@ -219,18 +219,7 @@ static inline int __ide_default_irq(unsigned long base)
|
|
#include <asm-generic/ide_iops.h>
|
|
#include <asm-generic/ide_iops.h>
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#ifndef MAX_HWIFS
|
|
|
|
-#if defined(CONFIG_BLACKFIN) || defined(CONFIG_H8300) || defined(CONFIG_XTENSA)
|
|
|
|
-# define MAX_HWIFS 1
|
|
|
|
-#else
|
|
|
|
-# define MAX_HWIFS 10
|
|
|
|
-#endif
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
-#if !defined(MAX_HWIFS) || defined(CONFIG_EMBEDDED)
|
|
|
|
-#undef MAX_HWIFS
|
|
|
|
-#define MAX_HWIFS CONFIG_IDE_MAX_HWIFS
|
|
|
|
-#endif
|
|
|
|
|
|
+#define MAX_HWIFS 10
|
|
|
|
|
|
/* Currently only m68k, apus and m8xx need it */
|
|
/* Currently only m68k, apus and m8xx need it */
|
|
#ifndef IDE_ARCH_ACK_INTR
|
|
#ifndef IDE_ARCH_ACK_INTR
|