]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc32: Add support for handling PCI interrupts on MPC834x PCI expansion card
authorKumar Gala <galak@gate.crashing.org>
Mon, 14 Nov 2005 00:06:49 +0000 (16:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 14 Nov 2005 02:14:13 +0000 (18:14 -0800)
commit1cb7e7832c305f6b03d649467d0cf62e0720fe3a
tree8792808d399cf186e7906f04277b964b4e31ef2e
parent22d279afeee91ecadb7cb2958ac57c4a0edd649f
[PATCH] ppc32: Add support for handling PCI interrupts on MPC834x PCI expansion card

The MPC8349 PIBs system has a expansion board with 6 PCI slots.  We needed
to update the IDSEL interrupt mapping for it to work properly.  However,
only PCI1 is supported as the first revision of this expansion board
doesn't function properly for PCI2.  For the time being we have zero'd out
the entries for the IDSELs related to PCI2.  When a functioning expansion
board exists we can fix the table.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/platforms/83xx/mpc834x_sys.c