Updated to new exception codes

date	99.05.12.23.35.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:43:59 +00:00
parent 1e112564fe
commit 2798847102

View File

@ -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