http://bugzilla.kernel.org/show_bug.cgi?id=6654





------- Comment #15 from [EMAIL PROTECTED]  2008-01-03 17:31 -------
Hi, Bjorn
Thank you for caring this problem.
    From the log in comment #7 we can know that the interrupts of gameport
and ehci are routed to IRQ 11 through LNKC device in the default boot.
        ACPI: PCI Interrupt 0000:00:10.4[C] -> Link [LNKC] -> GSI 11 (level,
low) -> IRQ 11
        ehci_hcd 0000:00:10.4: EHCI Host Controller
        ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
       ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKC] -> GSI 11
(level, low) -> IRQ 11        
   Then OSPM will register the ISR of gameport and ehci on IRQ 11.

But unfortunately the _SRS setting of LNKC device has no effect(maybe
the real interrupt is hardrouted to IRQ5) and OSPM can't receive the interrpts
of ehci or gameport.

Although they are hardwired to IRQ5, we can't see a non-zero count for
IRQ5 in /proc/interrupts if no device registers the ISR on IRQ5.(In the
current kernel the IRQ interrupt will be disabled if no one registes the
ISR). 


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to