From: Greg KH <greg@kroah.com>
To: David Woodhouse <dwmw2@infradead.org>,
linux-usb-devel@lists.sourceforge.net
Cc: Bertrand Baudet <bbaudet@lacie.com>,
linuxppc-embedded@lists.linuxppc.org
Subject: Re: RE : MPC5200Lite PCI & IRQ
Date: Fri, 18 Jun 2004 17:01:19 -0700 [thread overview]
Message-ID: <20040619000118.GB24902@kroah.com> (raw)
In-Reply-To: <1087554029.19489.3149.camel@hades.cambridge.redhat.com>
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
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2004-06-19 0:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-18 10:06 RE : MPC5200Lite PCI & IRQ Bertrand Baudet
2004-06-18 10:20 ` David Woodhouse
2004-06-19 0:01 ` Greg KH [this message]
2004-06-26 14:24 ` [linux-usb-devel] " David Brownell
2004-06-26 14:02 ` Alan Cox
2004-06-27 10:09 ` David Woodhouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040619000118.GB24902@kroah.com \
--to=greg@kroah.com \
--cc=bbaudet@lacie.com \
--cc=dwmw2@infradead.org \
--cc=linux-usb-devel@lists.sourceforge.net \
--cc=linuxppc-embedded@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.