mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
AcpiEnable workaround (JI)
date 2000.11.22.03.16.00; author agrover; state Exp;
This commit is contained in:
parent
215f4b38f7
commit
c152d524f4
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: cmxface - External interfaces for "global" ACPI functions
|
||||
* $Revision: 1.54 $
|
||||
* $Revision: 1.55 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -277,7 +277,9 @@ AcpiEnableSubsystem (
|
||||
Status = AcpiEnable ();
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
return_ACPI_STATUS (Status);
|
||||
/* TBD: workaround. Old Lions don't enable properly */
|
||||
DEBUG_PRINT(ACPI_WARN, ("AcpiEnable failed.\n"));
|
||||
/*return_ACPI_STATUS (Status);*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user