summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/Subsystem/Events/evregion.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/Subsystem/Events/evregion.c')
-rw-r--r--sys/contrib/dev/acpica/Subsystem/Events/evregion.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Events/evregion.c b/sys/contrib/dev/acpica/Subsystem/Events/evregion.c
index 1248482..79ff3e7 100644
--- a/sys/contrib/dev/acpica/Subsystem/Events/evregion.c
+++ b/sys/contrib/dev/acpica/Subsystem/Events/evregion.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
- * Module Name: evregion - ACPI AddressSpace / OpRegion handler dispatch
- * $Revision: 85 $
+ * Module Name: evregion - ACPI AddressSpace (OpRegion) handler dispatch
+ * $Revision: 88 $
*
*****************************************************************************/
@@ -211,7 +211,7 @@ AcpiEvInstallDefaultAddressSpaceHandlers (
*
*************************************************************************/
-ACPI_STATUS
+static ACPI_STATUS
AcpiEvExecuteRegMethod (
ACPI_OPERAND_OBJECT *RegionObj,
UINT32 Function)
@@ -289,7 +289,7 @@ ACPI_STATUS
AcpiEvAddressSpaceDispatch (
ACPI_OPERAND_OBJECT *RegionObj,
UINT32 Function,
- ACPI_INTEGER Address,
+ ACPI_PHYSICAL_ADDRESS Address,
UINT32 BitWidth,
UINT32 *Value)
{
OpenPOWER on IntegriCloud