Subversion Repositories Kolibri OS

Rev

Rev 1498 | 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 368... Line 368...
368
    if (ACPI_FAILURE (Status))
368
    if (ACPI_FAILURE (Status))
369
    {
369
    {
370
        if (Status == AE_NOT_IMPLEMENTED)
370
        if (Status == AE_NOT_IMPLEMENTED)
371
        {
371
        {
372
            ACPI_ERROR ((AE_INFO,
372
            ACPI_ERROR ((AE_INFO,
373
                "Region %s(0x%X) not implemented",
373
                "Region %s (ID=%u) not implemented",
374
                AcpiUtGetRegionName (RgnDesc->Region.SpaceId),
374
                AcpiUtGetRegionName (RgnDesc->Region.SpaceId),
375
                RgnDesc->Region.SpaceId));
375
                RgnDesc->Region.SpaceId));
376
        }
376
        }
377
        else if (Status == AE_NOT_EXIST)
377
        else if (Status == AE_NOT_EXIST)
378
        {
378
        {
379
            ACPI_ERROR ((AE_INFO,
379
            ACPI_ERROR ((AE_INFO,
380
                "Region %s(0x%X) has no handler",
380
                "Region %s (ID=%u) has no handler",
381
                AcpiUtGetRegionName (RgnDesc->Region.SpaceId),
381
                AcpiUtGetRegionName (RgnDesc->Region.SpaceId),
382
                RgnDesc->Region.SpaceId));
382
                RgnDesc->Region.SpaceId));
383
        }
383
        }
384
    }
384
    }