Print this page
update to acpica-unix2-20140114
acpica-unix2-20130823
PANKOVs restructure
*** 3,13 ****
* Module Name: nsdump - table dumping routines for debug
*
*****************************************************************************/
/*
! * 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: nsdump - table dumping routines for debug
*
*****************************************************************************/
/*
! * 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:
*** 139,149 ****
if (!(ACPI_LV_TABLES & AcpiDbgLevel))
{
return;
}
! Status = AcpiGetHandle (NULL, ACPI_NS_SYSTEM_BUS, &SysBusHandle);
if (ACPI_FAILURE (Status))
{
return;
}
--- 139,149 ----
if (!(ACPI_LV_TABLES & AcpiDbgLevel))
{
return;
}
! Status = AcpiGetHandle (NULL, METHOD_NAME__SB_, &SysBusHandle);
if (ACPI_FAILURE (Status))
{
return;
}
*** 155,161 ****
AcpiNsDumpOneDevice, NULL, NULL, NULL);
}
#endif
#endif
-
-
--- 155,159 ----