public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Shared ACPI/USB IRQ working in 2.6 but not in 2.4
@ 2003-11-06 12:05 Marcelo Tosatti
  2003-11-07 11:03 ` Len Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Marcelo Tosatti @ 2003-11-06 12:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg KH, Brown, Len, David van Hoose


Hi, 

David van Hoose started having problems with USB on 2.4.23-pre5. USB
device and acpi were now using irq 20:

host/usb-ohci.c: USB OHCI at membase 0xe081a000, IRQ 20

/proc/interrupts:

20:          1   IO-APIC-level  acpi, usb-ohci 


Which makes the USB device not work.

With -pre4 the USB device was using interrupt 9, because acpi failed to 
find the correct IRQ:

pci_irq-0302 [18] acpi_pci_irq_derive   : Unable to derive IRQ for  device 00:03.0 
PCI: No IRQ known for interrupt pin A of device 00:03.0 
host/usb-ohci.c: USB OHCI at membase 0xe081a000, IRQ 9 

Now 2.6 assigns interrupt 20 to acpi and usb-ohci just like in
2.4.23-pre5+, but the USB device works!

Anyone has an idea why the interrupt sharing works with 2.6 but not with
2.4?

 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-07 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-06 12:05 Shared ACPI/USB IRQ working in 2.6 but not in 2.4 Marcelo Tosatti
2003-11-07 11:03 ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox