Bugzilla – Attachment 69656 Details for
Bug 151517
FSC Lifebook does not resume
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
enable ACPI via AML debug statement
acpi_enable_debug_via_ASL.diff (text/plain), 1.25 KB, created by
Thomas Renninger
on 2006-02-21 21:20:50 UTC
(
hide
)
Description:
enable ACPI via AML debug statement
Filename:
MIME Type:
Creator:
Thomas Renninger
Created:
2006-02-21 21:20:50 UTC
Size:
1.25 KB
patch
obsolete
>Index: linux-2.6.15_x86_64_acpi_debug/drivers/acpi/executer/exstore.c >=================================================================== >--- linux-2.6.15_x86_64_acpi_debug.orig/drivers/acpi/executer/exstore.c >+++ linux-2.6.15_x86_64_acpi_debug/drivers/acpi/executer/exstore.c >@@ -103,6 +103,21 @@ acpi_ex_do_debug_object(union acpi_opera > ACPI_DEBUG_PRINT_RAW((ACPI_DB_DEBUG_OBJECT, "%s: ", > acpi_ut_get_object_type_name > (source_desc))); >+#ifdef ACPI_DEBUG_OUTPUT >+ if (source_desc->string.length > 16){ >+ if (!memcmp("acpi_dbg_layer=", source_desc->string.pointer, 15)){ >+ acpi_dbg_layer = simple_strtoul(source_desc->string.pointer+15, NULL, 0); >+ ACPI_REPORT_INFO (("Debug layer changed via AML to: %x", acpi_dbg_layer)); >+ } >+ else if (!memcmp("acpi_dbg_level=", source_desc->string.pointer, 15)){ >+ acpi_dbg_level = simple_strtoul(source_desc->string.pointer+15, NULL, 0); >+ ACPI_REPORT_INFO (("Debug level changed via AML to: %x", acpi_dbg_level)); >+ } >+ ACPI_DEBUG_PRINT_RAW((ACPI_DB_DEBUG_OBJECT, "[0x%.2X] \"%s\"\n", >+ source_desc->string.length-15, >+ source_desc->string.pointer+15)); >+ } >+#endif > > if (!acpi_ut_valid_internal_object(source_desc)) { > ACPI_DEBUG_PRINT_RAW((ACPI_DB_DEBUG_OBJECT,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 151517
:
68857
|
69602
| 69656 |
70613
|
73634