linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Tom Rini <trini@kernel.crashing.org>
To: Linus Torvalds <torvalds@osdl.org>,
	Kernel Mailing List <linux-kernel@vger.kernel.org>,
	linuxppc-dev@ozlabs.org
Cc: Sven Hartge <hartge@ds9.gnuu.de>, Meelis Roos <mroos@linux.ee>,
	Christian Kujau <evil@g-house.de>
Subject: [PATCH 2.6.10-rc3][PPC32] Fix Motorola PReP (PowerstackII Utah) PCI IRQ map
Date: Mon, 6 Dec 2004 11:54:16 -0700	[thread overview]
Message-ID: <20041206185416.GE7153@smtp.west.cox.net> (raw)

The PCI IRQ map for the old Motorola PowerStackII (Utah) boards was
incorrect, but this breakage wasn't exposed until 2.5, and finally fixed
until recently by Sebastian Heutling <sheutlin@gmx.de>.

Signed-off-by: Christian Kujau <evil@g-house.de>
Signed-off-by: Tom Rini <trini@kernel.crashing.org>

--- 1.32/arch/ppc/platforms/prep_pci.c	2004-10-12 14:29:11 -07:00
+++ edited/arch/ppc/platforms/prep_pci.c	2004-12-06 09:20:52 -07:00
@@ -49,10 +49,10 @@
         0,   /* Slot 1  - unused */
         5,   /* Slot 2  - SCSI - NCR825A  */
         0,   /* Slot 3  - unused */
-        1,   /* Slot 4  - Ethernet - DEC2114x */
+        3,   /* Slot 4  - Ethernet - DEC2114x */
         0,   /* Slot 5  - unused */
-        3,   /* Slot 6  - PCI Card slot #1 */
-        4,   /* Slot 7  - PCI Card slot #2 */
+        2,   /* Slot 6  - PCI Card slot #1 */
+        3,   /* Slot 7  - PCI Card slot #2 */
         5,   /* Slot 8  - PCI Card slot #3 */
         5,   /* Slot 9  - PCI Bridge */
              /* added here in case we ever support PCI bridges */

-- 
Tom Rini
http://gate.crashing.org/~trini/

             reply	other threads:[~2004-12-06 18:54 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-06 18:54 Tom Rini [this message]
2004-12-07 18:21 ` [PATCH 2.6.10-rc3][PPC32] Fix Motorola PReP (PowerstackII Utah) PCI IRQ map Linus Torvalds
2004-12-07 18:23   ` Linus Torvalds
2005-02-22  8:36 ` Meelis Roos
2005-02-22 12:01   ` Sebastian Heutling
2005-02-22 12:23     ` Leigh Brown
2005-02-22 16:27       ` Christian Kujau
2005-02-22 18:27       ` Sebastian Heutling
2005-02-24  7:47   ` Sven Luther
2005-02-24 15:47     ` Meelis Roos
2005-02-24 16:06       ` Sven Luther
2005-02-24 16:34         ` Meelis Roos
2005-02-24 17:01           ` Sven Luther
2005-02-24 20:51             ` Meelis Roos
2005-02-25  0:24         ` Christian Kujau
2005-02-25  6:36           ` Sven Luther
2005-02-25 11:59             ` Christian
2005-02-25 12:15               ` Sven Luther
2005-02-26  3:39                 ` Christian
2005-02-26  6:04                   ` Sven Luther

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=20041206185416.GE7153@smtp.west.cox.net \
    --to=trini@kernel.crashing.org \
    --cc=evil@g-house.de \
    --cc=hartge@ds9.gnuu.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=mroos@linux.ee \
    --cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).