
From: Anton Blanchard <anton@samba.org>

When fully configured, some POWER5 boxes can have much more than 4 IDE
interfaces.  Increase the limit to reflect this.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/asm-ppc64/ide.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/asm-ppc64/ide.h~ppc64-bump-max_hwifs-in-ide-code include/asm-ppc64/ide.h
--- 25/include/asm-ppc64/ide.h~ppc64-bump-max_hwifs-in-ide-code	Tue Nov  9 15:25:29 2004
+++ 25-akpm/include/asm-ppc64/ide.h	Tue Nov  9 15:25:29 2004
@@ -19,7 +19,7 @@
 #ifdef __KERNEL__
 
 #ifndef MAX_HWIFS
-# define MAX_HWIFS	4
+# define MAX_HWIFS	10
 #endif
 
 #define IDE_ARCH_OBSOLETE_INIT
_
