* kernel >= 2.6.8 halts IBM ThinkCentre
@ 2005-02-17 17:38 Rafael Ávila de Espíndola
0 siblings, 0 replies; only message in thread
From: Rafael Ávila de Espíndola @ 2005-02-17 17:38 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
I have used svn to search where the bug was added. It was in the commit with
BKrev 40d318ecmZTh_TlJh147qeftto1qZw and it was done in 2004-06-18 13:31:40.
Investigating further showed that the addition of the line
acpi_ut_evaluate_object(link->handle, "_DIS", 0, NULL);
causes the problem (see the attached patch). The comment
/* disable all links -- to be activated on use */
suggests that maybe the some driver is not re-activating it.
I have attached the output of dmesg, dmidecode, acpidmp, lspci
and /proc/interrupts
Rafael Ávila de Espíndola
[-- Attachment #2: linux-19748-bug.patch --]
[-- Type: text/x-diff, Size: 380 bytes --]
Index: drivers/acpi/pci_link.c
===================================================================
--- drivers/acpi/pci_link.c (revision 19748)
+++ drivers/acpi/pci_link.c (working copy)
@@ -703,6 +703,9 @@
acpi_link.count++;
end:
+ /* disable all links -- to be activated on use */
+ acpi_ut_evaluate_object(link->handle, "_DIS", 0, NULL);
+
if (result)
kfree(link);
[-- Attachment #3: bug-data.tar.gz --]
[-- Type: application/x-tgz, Size: 32576 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-17 17:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-17 17:38 kernel >= 2.6.8 halts IBM ThinkCentre Rafael Ávila de Espíndola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox