Subversion Repositories Kolibri OS

Rev

Rev 1498 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1498 Rev 2216
Line 6... Line 6...
6
 
6
 
7
/******************************************************************************
7
/******************************************************************************
8
 *
8
 *
9
 * 1. Copyright Notice
9
 * 1. Copyright Notice
10
 *
10
 *
11
 * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
11
 * Some or all of this work - Copyright (c) 1999 - 2011, Intel Corp.
12
 * All rights reserved.
12
 * All rights reserved.
13
 *
13
 *
14
 * 2. License
14
 * 2. License
15
 *
15
 *
Line 765... Line 765...
765
        }
765
        }
Line 766... Line 766...
766
 
766
 
767
        MethodObj->Method.AmlStart = AmlStart;
767
        MethodObj->Method.AmlStart = AmlStart;
768
        MethodObj->Method.AmlLength = AmlLength;
768
        MethodObj->Method.AmlLength = AmlLength;
769
        MethodObj->Method.OwnerId = OwnerId;
769
        MethodObj->Method.OwnerId = OwnerId;
Line 770... Line 770...
770
        MethodObj->Method.Flags |= AOPOBJ_MODULE_LEVEL;
770
        MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL;
771
 
771
 
772
        /*
772
        /*
773
         * Save the parent node in NextObject. This is cheating, but we
773
         * Save the parent node in NextObject. This is cheating, but we