xref: /onnv-gate/usr/src/uts/intel/io/acpica/dispatcher/dswscope.c (revision 9980:13d7f3eec672)
17851SDana.Myers@Sun.COM /******************************************************************************
27851SDana.Myers@Sun.COM  *
37851SDana.Myers@Sun.COM  * Module Name: dswscope - Scope stack manipulation
47851SDana.Myers@Sun.COM  *
57851SDana.Myers@Sun.COM  *****************************************************************************/
67851SDana.Myers@Sun.COM 
77851SDana.Myers@Sun.COM /******************************************************************************
87851SDana.Myers@Sun.COM  *
97851SDana.Myers@Sun.COM  * 1. Copyright Notice
107851SDana.Myers@Sun.COM  *
11*9980SDana.Myers@Sun.COM  * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
127851SDana.Myers@Sun.COM  * All rights reserved.
137851SDana.Myers@Sun.COM  *
147851SDana.Myers@Sun.COM  * 2. License
157851SDana.Myers@Sun.COM  *
167851SDana.Myers@Sun.COM  * 2.1. This is your license from Intel Corp. under its intellectual property
177851SDana.Myers@Sun.COM  * rights.  You may have additional license terms from the party that provided
187851SDana.Myers@Sun.COM  * you this software, covering your right to use that party's intellectual
197851SDana.Myers@Sun.COM  * property rights.
207851SDana.Myers@Sun.COM  *
217851SDana.Myers@Sun.COM  * 2.2. Intel grants, free of charge, to any person ("Licensee") obtaining a
227851SDana.Myers@Sun.COM  * copy of the source code appearing in this file ("Covered Code") an
237851SDana.Myers@Sun.COM  * irrevocable, perpetual, worldwide license under Intel's copyrights in the
247851SDana.Myers@Sun.COM  * base code distributed originally by Intel ("Original Intel Code") to copy,
257851SDana.Myers@Sun.COM  * make derivatives, distribute, use and display any portion of the Covered
267851SDana.Myers@Sun.COM  * Code in any form, with the right to sublicense such rights; and
277851SDana.Myers@Sun.COM  *
287851SDana.Myers@Sun.COM  * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
297851SDana.Myers@Sun.COM  * license (with the right to sublicense), under only those claims of Intel
307851SDana.Myers@Sun.COM  * patents that are infringed by the Original Intel Code, to make, use, sell,
317851SDana.Myers@Sun.COM  * offer to sell, and import the Covered Code and derivative works thereof
327851SDana.Myers@Sun.COM  * solely to the minimum extent necessary to exercise the above copyright
337851SDana.Myers@Sun.COM  * license, and in no event shall the patent license extend to any additions
347851SDana.Myers@Sun.COM  * to or modifications of the Original Intel Code.  No other license or right
357851SDana.Myers@Sun.COM  * is granted directly or by implication, estoppel or otherwise;
367851SDana.Myers@Sun.COM  *
377851SDana.Myers@Sun.COM  * The above copyright and patent license is granted only if the following
387851SDana.Myers@Sun.COM  * conditions are met:
397851SDana.Myers@Sun.COM  *
407851SDana.Myers@Sun.COM  * 3. Conditions
417851SDana.Myers@Sun.COM  *
427851SDana.Myers@Sun.COM  * 3.1. Redistribution of Source with Rights to Further Distribute Source.
437851SDana.Myers@Sun.COM  * Redistribution of source code of any substantial portion of the Covered
447851SDana.Myers@Sun.COM  * Code or modification with rights to further distribute source must include
457851SDana.Myers@Sun.COM  * the above Copyright Notice, the above License, this list of Conditions,
467851SDana.Myers@Sun.COM  * and the following Disclaimer and Export Compliance provision.  In addition,
477851SDana.Myers@Sun.COM  * Licensee must cause all Covered Code to which Licensee contributes to
487851SDana.Myers@Sun.COM  * contain a file documenting the changes Licensee made to create that Covered
497851SDana.Myers@Sun.COM  * Code and the date of any change.  Licensee must include in that file the
507851SDana.Myers@Sun.COM  * documentation of any changes made by any predecessor Licensee.  Licensee
517851SDana.Myers@Sun.COM  * must include a prominent statement that the modification is derived,
527851SDana.Myers@Sun.COM  * directly or indirectly, from Original Intel Code.
537851SDana.Myers@Sun.COM  *
547851SDana.Myers@Sun.COM  * 3.2. Redistribution of Source with no Rights to Further Distribute Source.
557851SDana.Myers@Sun.COM  * Redistribution of source code of any substantial portion of the Covered
567851SDana.Myers@Sun.COM  * Code or modification without rights to further distribute source must
577851SDana.Myers@Sun.COM  * include the following Disclaimer and Export Compliance provision in the
587851SDana.Myers@Sun.COM  * documentation and/or other materials provided with distribution.  In
597851SDana.Myers@Sun.COM  * addition, Licensee may not authorize further sublicense of source of any
607851SDana.Myers@Sun.COM  * portion of the Covered Code, and must include terms to the effect that the
617851SDana.Myers@Sun.COM  * license from Licensee to its licensee is limited to the intellectual
627851SDana.Myers@Sun.COM  * property embodied in the software Licensee provides to its licensee, and
637851SDana.Myers@Sun.COM  * not to intellectual property embodied in modifications its licensee may
647851SDana.Myers@Sun.COM  * make.
657851SDana.Myers@Sun.COM  *
667851SDana.Myers@Sun.COM  * 3.3. Redistribution of Executable. Redistribution in executable form of any
677851SDana.Myers@Sun.COM  * substantial portion of the Covered Code or modification must reproduce the
687851SDana.Myers@Sun.COM  * above Copyright Notice, and the following Disclaimer and Export Compliance
697851SDana.Myers@Sun.COM  * provision in the documentation and/or other materials provided with the
707851SDana.Myers@Sun.COM  * distribution.
717851SDana.Myers@Sun.COM  *
727851SDana.Myers@Sun.COM  * 3.4. Intel retains all right, title, and interest in and to the Original
737851SDana.Myers@Sun.COM  * Intel Code.
747851SDana.Myers@Sun.COM  *
757851SDana.Myers@Sun.COM  * 3.5. Neither the name Intel nor any other trademark owned or controlled by
767851SDana.Myers@Sun.COM  * Intel shall be used in advertising or otherwise to promote the sale, use or
777851SDana.Myers@Sun.COM  * other dealings in products derived from or relating to the Covered Code
787851SDana.Myers@Sun.COM  * without prior written authorization from Intel.
797851SDana.Myers@Sun.COM  *
807851SDana.Myers@Sun.COM  * 4. Disclaimer and Export Compliance
817851SDana.Myers@Sun.COM  *
827851SDana.Myers@Sun.COM  * 4.1. INTEL MAKES NO WARRANTY OF ANY KIND REGARDING ANY SOFTWARE PROVIDED
837851SDana.Myers@Sun.COM  * HERE.  ANY SOFTWARE ORIGINATING FROM INTEL OR DERIVED FROM INTEL SOFTWARE
847851SDana.Myers@Sun.COM  * IS PROVIDED "AS IS," AND INTEL WILL NOT PROVIDE ANY SUPPORT,  ASSISTANCE,
857851SDana.Myers@Sun.COM  * INSTALLATION, TRAINING OR OTHER SERVICES.  INTEL WILL NOT PROVIDE ANY
867851SDana.Myers@Sun.COM  * UPDATES, ENHANCEMENTS OR EXTENSIONS.  INTEL SPECIFICALLY DISCLAIMS ANY
877851SDana.Myers@Sun.COM  * IMPLIED WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT AND FITNESS FOR A
887851SDana.Myers@Sun.COM  * PARTICULAR PURPOSE.
897851SDana.Myers@Sun.COM  *
907851SDana.Myers@Sun.COM  * 4.2. IN NO EVENT SHALL INTEL HAVE ANY LIABILITY TO LICENSEE, ITS LICENSEES
917851SDana.Myers@Sun.COM  * OR ANY OTHER THIRD PARTY, FOR ANY LOST PROFITS, LOST DATA, LOSS OF USE OR
927851SDana.Myers@Sun.COM  * COSTS OF PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES, OR FOR ANY INDIRECT,
937851SDana.Myers@Sun.COM  * SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THIS AGREEMENT, UNDER ANY
947851SDana.Myers@Sun.COM  * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
957851SDana.Myers@Sun.COM  * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.  THESE LIMITATIONS
967851SDana.Myers@Sun.COM  * SHALL APPLY NOTWITHSTANDING THE FAILURE OF THE ESSENTIAL PURPOSE OF ANY
977851SDana.Myers@Sun.COM  * LIMITED REMEDY.
987851SDana.Myers@Sun.COM  *
997851SDana.Myers@Sun.COM  * 4.3. Licensee shall not export, either directly or indirectly, any of this
1007851SDana.Myers@Sun.COM  * software or system incorporating such software without first obtaining any
1017851SDana.Myers@Sun.COM  * required license or other approval from the U. S. Department of Commerce or
1027851SDana.Myers@Sun.COM  * any other agency or department of the United States Government.  In the
1037851SDana.Myers@Sun.COM  * event Licensee exports any such software from the United States or
1047851SDana.Myers@Sun.COM  * re-exports any such software from a foreign destination, Licensee shall
1057851SDana.Myers@Sun.COM  * ensure that the distribution and export/re-export of the software is in
1067851SDana.Myers@Sun.COM  * compliance with all laws, regulations, orders, or other restrictions of the
1077851SDana.Myers@Sun.COM  * U.S. Export Administration Regulations. Licensee agrees that neither it nor
1087851SDana.Myers@Sun.COM  * any of its subsidiaries will export/re-export any technical data, process,
1097851SDana.Myers@Sun.COM  * software, or service, directly or indirectly, to any country for which the
1107851SDana.Myers@Sun.COM  * United States government or any agency thereof requires an export license,
1117851SDana.Myers@Sun.COM  * other governmental approval, or letter of assurance, without first obtaining
1127851SDana.Myers@Sun.COM  * such license, approval or letter.
1137851SDana.Myers@Sun.COM  *
1147851SDana.Myers@Sun.COM  *****************************************************************************/
1157851SDana.Myers@Sun.COM 
1167851SDana.Myers@Sun.COM #define __DSWSCOPE_C__
1177851SDana.Myers@Sun.COM 
1187851SDana.Myers@Sun.COM #include "acpi.h"
119*9980SDana.Myers@Sun.COM #include "accommon.h"
1207851SDana.Myers@Sun.COM #include "acdispat.h"
1217851SDana.Myers@Sun.COM 
1227851SDana.Myers@Sun.COM 
1237851SDana.Myers@Sun.COM #define _COMPONENT          ACPI_DISPATCHER
1247851SDana.Myers@Sun.COM         ACPI_MODULE_NAME    ("dswscope")
1257851SDana.Myers@Sun.COM 
1267851SDana.Myers@Sun.COM 
1277851SDana.Myers@Sun.COM /****************************************************************************
1287851SDana.Myers@Sun.COM  *
1297851SDana.Myers@Sun.COM  * FUNCTION:    AcpiDsScopeStackClear
1307851SDana.Myers@Sun.COM  *
1317851SDana.Myers@Sun.COM  * PARAMETERS:  WalkState       - Current state
1327851SDana.Myers@Sun.COM  *
1337851SDana.Myers@Sun.COM  * RETURN:      None
1347851SDana.Myers@Sun.COM  *
1357851SDana.Myers@Sun.COM  * DESCRIPTION: Pop (and free) everything on the scope stack except the
1367851SDana.Myers@Sun.COM  *              root scope object (which remains at the stack top.)
1377851SDana.Myers@Sun.COM  *
1387851SDana.Myers@Sun.COM  ***************************************************************************/
1397851SDana.Myers@Sun.COM 
1407851SDana.Myers@Sun.COM void
AcpiDsScopeStackClear(ACPI_WALK_STATE * WalkState)1417851SDana.Myers@Sun.COM AcpiDsScopeStackClear (
1427851SDana.Myers@Sun.COM     ACPI_WALK_STATE         *WalkState)
1437851SDana.Myers@Sun.COM {
1447851SDana.Myers@Sun.COM     ACPI_GENERIC_STATE      *ScopeInfo;
1457851SDana.Myers@Sun.COM 
1467851SDana.Myers@Sun.COM     ACPI_FUNCTION_NAME (DsScopeStackClear);
1477851SDana.Myers@Sun.COM 
1487851SDana.Myers@Sun.COM 
1497851SDana.Myers@Sun.COM     while (WalkState->ScopeInfo)
1507851SDana.Myers@Sun.COM     {
1517851SDana.Myers@Sun.COM         /* Pop a scope off the stack */
1527851SDana.Myers@Sun.COM 
1537851SDana.Myers@Sun.COM         ScopeInfo = WalkState->ScopeInfo;
1547851SDana.Myers@Sun.COM         WalkState->ScopeInfo = ScopeInfo->Scope.Next;
1557851SDana.Myers@Sun.COM 
1567851SDana.Myers@Sun.COM         ACPI_DEBUG_PRINT ((ACPI_DB_EXEC,
1577851SDana.Myers@Sun.COM             "Popped object type (%s)\n",
1587851SDana.Myers@Sun.COM             AcpiUtGetTypeName (ScopeInfo->Common.Value)));
1597851SDana.Myers@Sun.COM         AcpiUtDeleteGenericState (ScopeInfo);
1607851SDana.Myers@Sun.COM     }
1617851SDana.Myers@Sun.COM }
1627851SDana.Myers@Sun.COM 
1637851SDana.Myers@Sun.COM 
1647851SDana.Myers@Sun.COM /****************************************************************************
1657851SDana.Myers@Sun.COM  *
1667851SDana.Myers@Sun.COM  * FUNCTION:    AcpiDsScopeStackPush
1677851SDana.Myers@Sun.COM  *
1687851SDana.Myers@Sun.COM  * PARAMETERS:  Node            - Name to be made current
1697851SDana.Myers@Sun.COM  *              Type            - Type of frame being pushed
1707851SDana.Myers@Sun.COM  *              WalkState       - Current state
1717851SDana.Myers@Sun.COM  *
1727851SDana.Myers@Sun.COM  * RETURN:      Status
1737851SDana.Myers@Sun.COM  *
1747851SDana.Myers@Sun.COM  * DESCRIPTION: Push the current scope on the scope stack, and make the
1757851SDana.Myers@Sun.COM  *              passed Node current.
1767851SDana.Myers@Sun.COM  *
1777851SDana.Myers@Sun.COM  ***************************************************************************/
1787851SDana.Myers@Sun.COM 
1797851SDana.Myers@Sun.COM ACPI_STATUS
AcpiDsScopeStackPush(ACPI_NAMESPACE_NODE * Node,ACPI_OBJECT_TYPE Type,ACPI_WALK_STATE * WalkState)1807851SDana.Myers@Sun.COM AcpiDsScopeStackPush (
1817851SDana.Myers@Sun.COM     ACPI_NAMESPACE_NODE     *Node,
1827851SDana.Myers@Sun.COM     ACPI_OBJECT_TYPE        Type,
1837851SDana.Myers@Sun.COM     ACPI_WALK_STATE         *WalkState)
1847851SDana.Myers@Sun.COM {
1857851SDana.Myers@Sun.COM     ACPI_GENERIC_STATE      *ScopeInfo;
1867851SDana.Myers@Sun.COM     ACPI_GENERIC_STATE      *OldScopeInfo;
1877851SDana.Myers@Sun.COM 
1887851SDana.Myers@Sun.COM 
1897851SDana.Myers@Sun.COM     ACPI_FUNCTION_TRACE (DsScopeStackPush);
1907851SDana.Myers@Sun.COM 
1917851SDana.Myers@Sun.COM 
1927851SDana.Myers@Sun.COM     if (!Node)
1937851SDana.Myers@Sun.COM     {
1947851SDana.Myers@Sun.COM         /* Invalid scope   */
1957851SDana.Myers@Sun.COM 
1967851SDana.Myers@Sun.COM         ACPI_ERROR ((AE_INFO, "Null scope parameter"));
1977851SDana.Myers@Sun.COM         return_ACPI_STATUS (AE_BAD_PARAMETER);
1987851SDana.Myers@Sun.COM     }
1997851SDana.Myers@Sun.COM 
2007851SDana.Myers@Sun.COM     /* Make sure object type is valid */
2017851SDana.Myers@Sun.COM 
2027851SDana.Myers@Sun.COM     if (!AcpiUtValidObjectType (Type))
2037851SDana.Myers@Sun.COM     {
2047851SDana.Myers@Sun.COM         ACPI_WARNING ((AE_INFO,
2057851SDana.Myers@Sun.COM             "Invalid object type: 0x%X", Type));
2067851SDana.Myers@Sun.COM     }
2077851SDana.Myers@Sun.COM 
2087851SDana.Myers@Sun.COM     /* Allocate a new scope object */
2097851SDana.Myers@Sun.COM 
2107851SDana.Myers@Sun.COM     ScopeInfo = AcpiUtCreateGenericState ();
2117851SDana.Myers@Sun.COM     if (!ScopeInfo)
2127851SDana.Myers@Sun.COM     {
2137851SDana.Myers@Sun.COM         return_ACPI_STATUS (AE_NO_MEMORY);
2147851SDana.Myers@Sun.COM     }
2157851SDana.Myers@Sun.COM 
2167851SDana.Myers@Sun.COM     /* Init new scope object */
2177851SDana.Myers@Sun.COM 
2187851SDana.Myers@Sun.COM     ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE;
2197851SDana.Myers@Sun.COM     ScopeInfo->Scope.Node = Node;
2207851SDana.Myers@Sun.COM     ScopeInfo->Common.Value = (UINT16) Type;
2217851SDana.Myers@Sun.COM 
2227851SDana.Myers@Sun.COM     WalkState->ScopeDepth++;
2237851SDana.Myers@Sun.COM 
2247851SDana.Myers@Sun.COM     ACPI_DEBUG_PRINT ((ACPI_DB_EXEC,
2257851SDana.Myers@Sun.COM         "[%.2d] Pushed scope ", (UINT32) WalkState->ScopeDepth));
2267851SDana.Myers@Sun.COM 
2277851SDana.Myers@Sun.COM     OldScopeInfo = WalkState->ScopeInfo;
2287851SDana.Myers@Sun.COM     if (OldScopeInfo)
2297851SDana.Myers@Sun.COM     {
2307851SDana.Myers@Sun.COM         ACPI_DEBUG_PRINT_RAW ((ACPI_DB_EXEC,
2317851SDana.Myers@Sun.COM             "[%4.4s] (%s)",
2327851SDana.Myers@Sun.COM             AcpiUtGetNodeName (OldScopeInfo->Scope.Node),
2337851SDana.Myers@Sun.COM             AcpiUtGetTypeName (OldScopeInfo->Common.Value)));
2347851SDana.Myers@Sun.COM     }
2357851SDana.Myers@Sun.COM     else
2367851SDana.Myers@Sun.COM     {
2377851SDana.Myers@Sun.COM         ACPI_DEBUG_PRINT_RAW ((ACPI_DB_EXEC,
2387851SDana.Myers@Sun.COM             "[\\___] (%s)", "ROOT"));
2397851SDana.Myers@Sun.COM     }
2407851SDana.Myers@Sun.COM 
2417851SDana.Myers@Sun.COM     ACPI_DEBUG_PRINT_RAW ((ACPI_DB_EXEC,
2427851SDana.Myers@Sun.COM         ", New scope -> [%4.4s] (%s)\n",
2437851SDana.Myers@Sun.COM         AcpiUtGetNodeName (ScopeInfo->Scope.Node),
2447851SDana.Myers@Sun.COM         AcpiUtGetTypeName (ScopeInfo->Common.Value)));
2457851SDana.Myers@Sun.COM 
2467851SDana.Myers@Sun.COM     /* Push new scope object onto stack */
2477851SDana.Myers@Sun.COM 
2487851SDana.Myers@Sun.COM     AcpiUtPushGenericState (&WalkState->ScopeInfo, ScopeInfo);
2497851SDana.Myers@Sun.COM     return_ACPI_STATUS (AE_OK);
2507851SDana.Myers@Sun.COM }
2517851SDana.Myers@Sun.COM 
2527851SDana.Myers@Sun.COM 
2537851SDana.Myers@Sun.COM /****************************************************************************
2547851SDana.Myers@Sun.COM  *
2557851SDana.Myers@Sun.COM  * FUNCTION:    AcpiDsScopeStackPop
2567851SDana.Myers@Sun.COM  *
2577851SDana.Myers@Sun.COM  * PARAMETERS:  WalkState       - Current state
2587851SDana.Myers@Sun.COM  *
2597851SDana.Myers@Sun.COM  * RETURN:      Status
2607851SDana.Myers@Sun.COM  *
2617851SDana.Myers@Sun.COM  * DESCRIPTION: Pop the scope stack once.
2627851SDana.Myers@Sun.COM  *
2637851SDana.Myers@Sun.COM  ***************************************************************************/
2647851SDana.Myers@Sun.COM 
2657851SDana.Myers@Sun.COM ACPI_STATUS
AcpiDsScopeStackPop(ACPI_WALK_STATE * WalkState)2667851SDana.Myers@Sun.COM AcpiDsScopeStackPop (
2677851SDana.Myers@Sun.COM     ACPI_WALK_STATE         *WalkState)
2687851SDana.Myers@Sun.COM {
2697851SDana.Myers@Sun.COM     ACPI_GENERIC_STATE      *ScopeInfo;
2707851SDana.Myers@Sun.COM     ACPI_GENERIC_STATE      *NewScopeInfo;
2717851SDana.Myers@Sun.COM 
2727851SDana.Myers@Sun.COM 
2737851SDana.Myers@Sun.COM     ACPI_FUNCTION_TRACE (DsScopeStackPop);
2747851SDana.Myers@Sun.COM 
2757851SDana.Myers@Sun.COM 
2767851SDana.Myers@Sun.COM     /*
2777851SDana.Myers@Sun.COM      * Pop scope info object off the stack.
2787851SDana.Myers@Sun.COM      */
2797851SDana.Myers@Sun.COM     ScopeInfo = AcpiUtPopGenericState (&WalkState->ScopeInfo);
2807851SDana.Myers@Sun.COM     if (!ScopeInfo)
2817851SDana.Myers@Sun.COM     {
2827851SDana.Myers@Sun.COM         return_ACPI_STATUS (AE_STACK_UNDERFLOW);
2837851SDana.Myers@Sun.COM     }
2847851SDana.Myers@Sun.COM 
2857851SDana.Myers@Sun.COM     WalkState->ScopeDepth--;
2867851SDana.Myers@Sun.COM 
2877851SDana.Myers@Sun.COM     ACPI_DEBUG_PRINT ((ACPI_DB_EXEC,
2887851SDana.Myers@Sun.COM         "[%.2d] Popped scope [%4.4s] (%s), New scope -> ",
2897851SDana.Myers@Sun.COM         (UINT32) WalkState->ScopeDepth,
2907851SDana.Myers@Sun.COM         AcpiUtGetNodeName (ScopeInfo->Scope.Node),
2917851SDana.Myers@Sun.COM         AcpiUtGetTypeName (ScopeInfo->Common.Value)));
2927851SDana.Myers@Sun.COM 
2937851SDana.Myers@Sun.COM     NewScopeInfo = WalkState->ScopeInfo;
2947851SDana.Myers@Sun.COM     if (NewScopeInfo)
2957851SDana.Myers@Sun.COM     {
2967851SDana.Myers@Sun.COM         ACPI_DEBUG_PRINT_RAW ((ACPI_DB_EXEC,
2977851SDana.Myers@Sun.COM             "[%4.4s] (%s)\n",
2987851SDana.Myers@Sun.COM             AcpiUtGetNodeName (NewScopeInfo->Scope.Node),
2997851SDana.Myers@Sun.COM             AcpiUtGetTypeName (NewScopeInfo->Common.Value)));
3007851SDana.Myers@Sun.COM     }
3017851SDana.Myers@Sun.COM     else
3027851SDana.Myers@Sun.COM     {
3037851SDana.Myers@Sun.COM         ACPI_DEBUG_PRINT_RAW ((ACPI_DB_EXEC,
3047851SDana.Myers@Sun.COM             "[\\___] (ROOT)\n"));
3057851SDana.Myers@Sun.COM     }
3067851SDana.Myers@Sun.COM 
3077851SDana.Myers@Sun.COM     AcpiUtDeleteGenericState (ScopeInfo);
3087851SDana.Myers@Sun.COM     return_ACPI_STATUS (AE_OK);
3097851SDana.Myers@Sun.COM }
3107851SDana.Myers@Sun.COM 
3117851SDana.Myers@Sun.COM 
312