summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-03-31 17:23:46 +0000
committernjl <njl@FreeBSD.org>2004-03-31 17:23:46 +0000
commitfd0c34e87b18dc4d46cef5a65516486dd7f7090c (patch)
treec1bd07877c41ba3f799b59b9d8c57614d7f3ad73 /sys/dev/acpica/acpi.c
parent9f95817abba7fa2d8012e6af0d47db66ae7c840d (diff)
downloadFreeBSD-src-fd0c34e87b18dc4d46cef5a65516486dd7f7090c.zip
FreeBSD-src-fd0c34e87b18dc4d46cef5a65516486dd7f7090c.tar.gz
Add an interface to pass an argument to the resource parsing functions.
This is just groundwork for changing sysresource behavior. PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after:
Diffstat (limited to 'sys/dev/acpica/acpi.c')
-rw-r--r--sys/dev/acpica/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index bd65cd9..ff7b8f1 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -1211,7 +1211,7 @@ acpi_probe_child(ACPI_HANDLE handle, UINT32 level, void *context, void **status)
* device. Ignore the return value here; it's OK for the
* device not to have any resources.
*/
- acpi_parse_resources(child, handle, &acpi_res_parse_set);
+ acpi_parse_resources(child, handle, &acpi_res_parse_set, NULL);
/* If we're debugging, probe/attach now rather than later */
ACPI_DEBUG_EXEC(device_probe_and_attach(child));
OpenPOWER on IntegriCloud