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 702... Line 702...
702
 
702
 
Line 703... Line 703...
703
    /* Generate a new ACPI name for the descriptor */
703
    /* Generate a new ACPI name for the descriptor */
704
 
704
 
705
    Name[0] = '_';
705
    Name[0] = '_';
706
    Name[1] = AcpiGbl_Prefix[AcpiGbl_NextPrefix];
706
    Name[1] = AcpiGbl_Prefix[AcpiGbl_NextPrefix];
Line 707... Line 707...
707
    Name[2] = AcpiUtHexToAsciiChar (AcpiGbl_NextResourceId, 4);
707
    Name[2] = AcpiUtHexToAsciiChar ((UINT64) AcpiGbl_NextResourceId, 4);
Line 708... Line 708...
708
    Name[3] = AcpiUtHexToAsciiChar (AcpiGbl_NextResourceId, 0);
708
    Name[3] = AcpiUtHexToAsciiChar ((UINT64) AcpiGbl_NextResourceId, 0);
709
 
709