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:
> > 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


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to