]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitf355413b0898478f14c266680ea1be981a4bef4e
tree50a30896d145bff748071456f34d40bced4cf460
parent5e67169f130b30ef024520e84742eae67f43532a
[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