From 2798847102fba96b1bd4795ce642c37b1cb19f14 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 16:43:59 +0000 Subject: [PATCH] Updated to new exception codes date 99.05.12.23.35.00; author rmoore1; state Exp; --- source/components/events/evsci.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/components/events/evsci.c b/source/components/events/evsci.c index b83313d4f..46100ef35 100644 --- a/source/components/events/evsci.c +++ b/source/components/events/evsci.c @@ -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