mirror of
https://github.com/acpica/acpica/
synced 2025-03-10 00:01:38 +03:00
Updated to new exception codes
date 99.05.12.23.35.00; author rmoore1; state Exp;
This commit is contained in:
parent
1e112564fe
commit
2798847102
@ -153,7 +153,8 @@ FixedEventHandler (
|
||||
{
|
||||
DEBUG_PRINT (TRACE_INTERRUPTS,
|
||||
("Disabling unhandled fixed event %08x.\n", Event));
|
||||
AcpiDisableFixedEvent (Event);
|
||||
|
||||
/* AcpiDisableFixedEvent (Event);*/
|
||||
return INTERRUPT_NOT_HANDLED;
|
||||
}
|
||||
|
||||
@ -528,7 +529,7 @@ AcpiEnable ()
|
||||
if (AE_OK != AcpiSetMode (ACPI_MODE))
|
||||
{
|
||||
/* Unable to transition to ACPI Mode */
|
||||
DEBUG_PRINT (ACPI_FATAL, ("Could not transition to ACPI mode.\m"));
|
||||
DEBUG_PRINT (ACPI_FATAL, ("Could not transition to ACPI mode.\n"));
|
||||
return AE_ERROR;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user