All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anton Blanchard <anton@samba.org>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] ppc64: Bump MAX_HWIFS in IDE code
Date: Wed, 10 Nov 2004 07:30:29 +1100	[thread overview]
Message-ID: <20041109203028.GA26806@krispykreme.ozlabs.ibm.com> (raw)


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
_

             reply	other threads:[~2004-11-09 20:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-09 20:30 Anton Blanchard [this message]
2004-11-09 20:55 ` [PATCH] ppc64: Bump MAX_HWIFS in IDE code 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041109203028.GA26806@krispykreme.ozlabs.ibm.com \
    --to=anton@samba.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.