All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ppc64: Bump MAX_HWIFS in IDE code
@ 2004-11-09 20:30 Anton Blanchard
  2004-11-09 20:55 ` Andrew Morton
  2004-11-10 20:45 ` Anton Blanchard
  0 siblings, 2 replies; 10+ messages in thread
From: Anton Blanchard @ 2004-11-09 20:30 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel


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>

diff -puN include/asm-ppc64/ide.h~bump_ide_hwifs include/asm-ppc64/ide.h
--- gr_work/include/asm-ppc64/ide.h~bump_ide_hwifs	2004-08-25 08:11:54.357759525 -0500
+++ gr_work-anton/include/asm-ppc64/ide.h	2004-08-25 08:11:54.366758100 -0500
@@ -19,7 +19,7 @@
 #ifdef __KERNEL__
 
 #ifndef MAX_HWIFS
-# define MAX_HWIFS	4
+# define MAX_HWIFS	16
 #endif
 
 #define IDE_ARCH_OBSOLETE_INIT
_

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-11-10 20:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-09 20:30 [PATCH] ppc64: Bump MAX_HWIFS in IDE code Anton Blanchard
2004-11-09 20:55 ` Andrew Morton
2004-11-09 21:12   ` Chris Wedgwood
2004-11-09 21:21     ` Anton Blanchard
2004-11-09 22:12     ` Benjamin Herrenschmidt
2004-11-10 18:05       ` Bartlomiej Zolnierkiewicz
2004-11-10 20:30         ` Anton Blanchard
2004-11-09 21:20   ` Anton Blanchard
2004-11-09 21:41     ` Andrew Morton
2004-11-10 20:45 ` Anton Blanchard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.