diff options
| author | Anton Blanchard <anton@samba.org> | 2004-11-10 21:34:29 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-10 21:34:29 -0800 |
| commit | 39c04aeb09436cfad623face305af42526d64608 (patch) | |
| tree | 75ed39a6cafed54d7370446cbd6b17eb9998b09d /include | |
| parent | aad83f9d4f89bfd11ebbaa75f4c05b26f3bb68c0 (diff) | |
[PATCH] ppc64: Bump MAX_HWIFS in IDE code
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>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc64/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc64/ide.h b/include/asm-ppc64/ide.h index 00df66e0e5fc..0aae1c590c0e 100644 --- a/include/asm-ppc64/ide.h +++ b/include/asm-ppc64/ide.h @@ -19,7 +19,7 @@ #ifdef __KERNEL__ #ifndef MAX_HWIFS -# define MAX_HWIFS 4 +# define MAX_HWIFS 10 #endif #define IDE_ARCH_OBSOLETE_INIT |
