Print this page
update to acpica-unix2-20140114
acpica-unix2-20130823
PANKOVs restructure
*** 3,13 ****
* Module Name: evrgnini- ACPI AddressSpace (OpRegion) init
*
*****************************************************************************/
/*
! * Copyright (C) 2000 - 2011, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
--- 3,13 ----
* Module Name: evrgnini- ACPI AddressSpace (OpRegion) init
*
*****************************************************************************/
/*
! * Copyright (C) 2000 - 2014, Intel Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*** 387,398 ****
static BOOLEAN
AcpiEvIsPciRootBridge (
ACPI_NAMESPACE_NODE *Node)
{
ACPI_STATUS Status;
! ACPI_DEVICE_ID *Hid;
! ACPI_DEVICE_ID_LIST *Cid;
UINT32 i;
BOOLEAN Match;
/* Get the _HID and check for a PCI Root Bridge */
--- 387,398 ----
static BOOLEAN
AcpiEvIsPciRootBridge (
ACPI_NAMESPACE_NODE *Node)
{
ACPI_STATUS Status;
! ACPI_PNP_DEVICE_ID *Hid;
! ACPI_PNP_DEVICE_ID_LIST *Cid;
UINT32 i;
BOOLEAN Match;
/* Get the _HID and check for a PCI Root Bridge */
*** 662,672 ****
--- 662,674 ----
HandlerObj = ObjDesc->Method.Dispatch.Handler;
}
break;
default:
+
/* Ignore other objects */
+
break;
}
while (HandlerObj)
{
*** 727,732 ****
"No handler for RegionType %s(%X) (RegionObj %p)\n",
AcpiUtGetRegionName (SpaceId), SpaceId, RegionObj));
return_ACPI_STATUS (AE_NOT_EXIST);
}
-
--- 729,733 ----