[PATCH 2.6.10-rc3][PPC32] Fix Motorola PReP (PowerstackII Utah) PCI IRQ map
Tom Rini
trini at kernel.crashing.org
Tue Dec 7 05:54:16 EST 2004
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 at gmx.de>.
Signed-off-by: Christian Kujau <evil at g-house.de>
Signed-off-by: Tom Rini <trini at 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/
More information about the Linuxppc-dev
mailing list