summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/evevent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/evevent.c')
-rw-r--r--sys/contrib/dev/acpica/evevent.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/contrib/dev/acpica/evevent.c b/sys/contrib/dev/acpica/evevent.c
index 76e8aa2..f2a852f 100644
--- a/sys/contrib/dev/acpica/evevent.c
+++ b/sys/contrib/dev/acpica/evevent.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: evevent - Fixed Event handling and dispatch
- * $Revision: 108 $
+ * $Revision: 111 $
*
*****************************************************************************/
@@ -152,9 +152,9 @@ AcpiEvInitialize (
}
/*
- * Initialize the Fixed and General Purpose AcpiEvents prior. This is
- * done prior to enabling SCIs to prevent interrupts from occurring
- * before handers are installed.
+ * Initialize the Fixed and General Purpose Events. This is
+ * done prior to enabling SCIs to prevent interrupts from
+ * occurring before handers are installed.
*/
Status = AcpiEvFixedEventInitialize ();
if (ACPI_FAILURE (Status))
@@ -306,7 +306,7 @@ AcpiEvFixedEventDetect (
(void) AcpiHwRegisterRead (ACPI_MTX_DO_NOT_LOCK, ACPI_REGISTER_PM1_ENABLE, &FixedEnable);
ACPI_DEBUG_PRINT ((ACPI_DB_INTERRUPTS,
- "Fixed AcpiEvent Block: Enable %08X Status %08X\n",
+ "Fixed Event Block: Enable %08X Status %08X\n",
FixedEnable, FixedStatus));
/*
@@ -366,7 +366,7 @@ AcpiEvFixedEventDispatch (
0, ACPI_MTX_DO_NOT_LOCK);
ACPI_REPORT_ERROR (
- ("EvGpeDispatch: No installed handler for fixed event [%08X]\n",
+ ("No installed handler for fixed event [%08X]\n",
Event));
return (ACPI_INTERRUPT_NOT_HANDLED);
OpenPOWER on IntegriCloud