Re: RE : MPC5200Lite PCI & IRQ
From: Greg KH <hidden>
Date: 2004-06-19 00:01:19
On Fri, Jun 18, 2004 at 11:20:30AM +0100, David Woodhouse wrote:
On Fri, 2004-06-18 at 12:06 +0200, Bertrand Baudet wrote:quoted
Well, there is not only the IDE driver; the USB driver does it as well: In the 2.4.25, from the "drivers/usb/host/usb-ohci.c", in the 'ohci_pci_probe' function: And in the 2.6.7, from "drivers/usb/core/hcd-pci.c", in the 'usb_hcd_pci_probe' function: if (!dev->irq) { err("found OHCI device with no IRQ assigned. check BIOS settings!"); pci_disable_device (dev); return -ENODEV; } There are probably other drivers that have the wrong assumption that IRQ 0 is an unassigned IRQ.They are broken. They need fixing. Please don't just work around their brokenness -- send patches to the driver maintainer.
Yes, please do :) thanks, greg k-h ** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/