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





------- Comment #14 from [EMAIL PROTECTED]  2008-11-07 11:22 -------

New 2.6.28-rc3 with patches from #7 and #13. Nothing new. The printk()'s
introduced in #13 don't get executed because:

 status = acpi_get_handle(ACPI_ROOT_OBJECT,"\_SB.PCI0.ISA.EC",...);

fails. I've added some printk()'s inside this function and some others it
calls. It calls acpi_ns_lookup() which walks the path \_SB.PCI0.ISA.EC. It goes
_SB_ then PCI0 then it fails with ISA_. I modified it so it tries
\_SB.PCI0.SBRG.EC upon failure, then it fails when looking for the last
component, EC (EC__).

Also, I see that patch in #7 tries to skip redundant \ after calling
acpi_ns_valid_root_prefix(). To do some testing, I did the same in all places
where acpi_ns_valid_root_prefix() is called, but nothing new happened.


-- 
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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to