CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 04/08/29 23:34:25
Modified files:
arch/mips/pci : pci-ip27.c
arch/mips/sgi-ip27: ip27-irq.c
include/asm-mips/pci: bridge.h
Log message:
Move resource allocation for BRIDGE interrupts from startup_bridge_irq
where we really have no way to handle errors except panicing to
request_bridge_irq. Do assignment of PCI interrupts to devices in
pcibios_map_irq. That's another place where we don't really have an
option to fail; something to deal with later. Anyway, this new
scheme makes room for IP30 and it's brainf*cked way of handling IOC3
interrupts.
|