diff options
author | Dana Myers <Dana.Myers@Sun.COM> | 2009-06-26 17:26:34 -0700 |
---|---|---|
committer | Dana Myers <Dana.Myers@Sun.COM> | 2009-06-26 17:26:34 -0700 |
commit | aa2aa9a662539940ddbc8610da5a3a874ebd7503 (patch) | |
tree | d2dd92b7b5a29e1dda236a25c20d249a78c49d7c /usr/src/uts/intel/sys/acpi/acdebug.h | |
parent | 4cc341244283c4f742842066f99a49422ca19bbd (diff) | |
download | illumos-gate-aa2aa9a662539940ddbc8610da5a3a874ebd7503.tar.gz |
6836969 acpica: update to Intel ACPI CA 20090521
6387741 process_master_file() causes kmem panics given a bogus master file
6837274 acpica: acpi_enum.c creates non-IEEE-1275 'compatible' properties
Diffstat (limited to 'usr/src/uts/intel/sys/acpi/acdebug.h')
-rw-r--r-- | usr/src/uts/intel/sys/acpi/acdebug.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr/src/uts/intel/sys/acpi/acdebug.h b/usr/src/uts/intel/sys/acpi/acdebug.h index ce0371d506..6a9d51fe47 100644 --- a/usr/src/uts/intel/sys/acpi/acdebug.h +++ b/usr/src/uts/intel/sys/acpi/acdebug.h @@ -1,7 +1,6 @@ /****************************************************************************** * * Name: acdebug.h - ACPI/AML debugger - * $Revision: 1.85 $ * *****************************************************************************/ @@ -9,7 +8,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2008, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp. * All rights reserved. * * 2. License @@ -314,6 +313,13 @@ AcpiDbDisplayArgumentObject ( ACPI_OPERAND_OBJECT *ObjDesc, ACPI_WALK_STATE *WalkState); +void +AcpiDbCheckPredefinedNames ( + void); + +void +AcpiDbBatchExecute ( + void); /* * dbexec - debugger control method execution |