AcpiEnable workaround (JI)

date	2000.11.22.03.16.00;	author agrover;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:23:09 +00:00
parent 215f4b38f7
commit c152d524f4

View File

@ -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);*/
}
}