lkml.org 
[lkml]   [2001]   [Nov]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectVaio IRQ routing / USB problem
It seems that the PCI subsystem notices that all irq sources
share irq 9 and reroutes interrupts.
But after rerouting the interrupts it notices that something
is wrong and aborts the irq change, without undoing the
rerouting.

Thus the usb controller waits on irq 9, and doesn't receive
the interrupts.
If you play sound, you effectively poll the irq handler of
the USB controller, and then you can use your mouse.

Could you apply the attached patch, reboot and post the dmesg
output? And append cat /proc/interrupts.

--
Manfred--- 2.4/arch/i386/kernel/pci-irq.c Sat Nov 3 19:51:08 2001
+++ build-2.4/arch/i386/kernel/pci-irq.c Sun Nov 4 11:57:00 2001
@@ -48,6 +48,8 @@
* Search 0xf0000 -- 0xfffff for the PCI IRQ Routing Table.
*/

+#undef DBG
+#define DBG printk
static struct irq_routing_table * __init pirq_find_routing_table(void)
{
u8 *addr;
\
 
 \ /
  Last update: 2005-03-22 13:12    [W:0.071 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site