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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]



------- Additional Comments From [EMAIL PROTECTED]  2006-02-27 07:10 -------
It's likely that uhci-hcd is just an innocent bystander here.  The Ethernet
controller generates an interrupt request on IRQ 11 at a time when it should be
quiescent.  Nothing happens until uhci-hcd loads and enables that IRQ line, at
which time the CPU receives the interrupt from the e100 device.  Of course the
uhci-hcd interrupt routine doesn't handle it, and the e100 driver hasn't been
loaded yet.  Thus you get the "Nobody cared!" message and the IRQ is disabled.

It's possible that under 2.4, the e100 driver loads before uhci-hcd.  Obviously
that would prevent the problem from occurring.  It's also possible that there's
something different about the way 2.4 and 2.6 initialize the e100 hardware, as
part of the PCI startup or even the ACPI startup.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to