summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/nsxfeval.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-04-29 18:39:29 +0000
committernjl <njl@FreeBSD.org>2003-04-29 18:39:29 +0000
commit0cc98332c9ff2056e2435773b6c0299c9fb3d3de (patch)
treefb9eb36e7970ad69c51748aa41ebf3d92a58269d /sys/contrib/dev/acpica/nsxfeval.c
parent433a962b40cf73fe931fabdf6557ba584b603fdf (diff)
parent0f552762e45d65746b7b1ee44d8ca1b52bf83450 (diff)
downloadFreeBSD-src-0cc98332c9ff2056e2435773b6c0299c9fb3d3de.zip
FreeBSD-src-0cc98332c9ff2056e2435773b6c0299c9fb3d3de.tar.gz
This commit was generated by cvs2svn to compensate for changes in r114237,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib/dev/acpica/nsxfeval.c')
-rw-r--r--sys/contrib/dev/acpica/nsxfeval.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/nsxfeval.c b/sys/contrib/dev/acpica/nsxfeval.c
index 1926011..3e732b0 100644
--- a/sys/contrib/dev/acpica/nsxfeval.c
+++ b/sys/contrib/dev/acpica/nsxfeval.c
@@ -2,7 +2,7 @@
*
* Module Name: nsxfeval - Public interfaces to the ACPI subsystem
* ACPI Object evaluation interfaces
- * $Revision: 4 $
+ * $Revision: 7 $
*
******************************************************************************/
@@ -10,7 +10,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -653,7 +653,7 @@ AcpiNsGetDeviceCallback (
ACPI_STATUS
AcpiGetDevices (
- NATIVE_CHAR *HID,
+ char *HID,
ACPI_WALK_CALLBACK UserFunction,
void *Context,
void **ReturnValue)
@@ -707,7 +707,7 @@ AcpiGetDevices (
*
* FUNCTION: AcpiAttachData
*
- * PARAMETERS: ObjHandle - Namespace node
+ * PARAMETERS: ObjHandle - Namespace node
* Handler - Handler for this attachment
* Data - Pointer to data to be attached
*
OpenPOWER on IntegriCloud