http://bugzilla.kernel.org/show_bug.cgi?id=6111
------- Additional Comments From [EMAIL PROTECTED] 2006-03-02 03:23 ------- Created an attachment (id=7496) --> (http://bugzilla.kernel.org/attachment.cgi?id=7496&action=view) part of dmesg II in ec.c: status = acpi_install_gpe_handler(NULL, ec->common.gpe_bit, ACPI_GPE_EDGE_TRIGGERED, &acpi_ec_gpe_handler, ec); if (ACPI_FAILURE(status)) { return_VALUE(-ENODEV); <-------- here } since AE_ALREADY_EXISTS (events/evxface.c): if ((gpe_event_info->flags & ACPI_GPE_DISPATCH_MASK) == ACPI_GPE_DISPATCH_HANDLER) { status = AE_ALREADY_EXISTS; <------ here goto unlock_and_exit; } dump_stack is in acpi_install_gpe_handler at the beginning (see the attachement). ------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
