Commit a9a21593 authored by Tom Rini's avatar Tom Rini Committed by Linus Torvalds

[PATCH] ppc32: fix Motorola PReP (PowerstackII Utah) PCI IRQ map

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: default avatarChristian Kujau <evil@g-house.de>
Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent abf3806e
......@@ -49,10 +49,10 @@ static char Utah_pci_IRQ_map[23] __prepdata =
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment