[MIPS] Change PCI host bridge setup/resources
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 8 Apr 2007 11:34:57 +0000 (13:34 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 27 Apr 2007 15:20:25 +0000 (16:20 +0100)
commitbea771751c116a690054581902b4144fe5a4520e
tree50a30896d145bff748071456f34d40bced4cf460
parent639702bd725b3cc1a9bd442a7822c83849d66e91
[MIPS] Change PCI host bridge setup/resources

PCI host bridge setup for SNI RM machines with PCI is quite broken, now
that Linux does it's resource setup own its own. It will use IO addresses,
which are needed by the EISA config detection and assigns PCI memory
addresses, which overlap with ISA legacy addresses (video ram). Below
is a patch, which changes the way how the PCI memory addresses are
used and sets the minimum IO address to give enough IO space for
8 EISA slots). This patch needs the other PCI resource change, I've
posted.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sni/pcimt.c
arch/mips/sni/pcit.c