aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-06-14 03:52:19 +0000
committerNate Lawson <njl@FreeBSD.org>2004-06-14 03:52:19 +0000
commitf504b6074bdbaa818d83ebbacbdf92ecacecd04f (patch)
tree74d61e803e6628bd0c2717f27fd9aac3e77ea09c /sys/dev/acpica
parent7a15653c9ca3e020e3894f665db341e328d0a2dc (diff)
Notes
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index ec7a24f134df3..0342ab8731f7d 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -1239,10 +1239,9 @@ acpi_probe_child(ACPI_HANDLE handle, UINT32 level, void *context, void **status)
*/
acpi_parse_resources(child, handle, &acpi_res_parse_set, NULL);
- /* If we're debugging, probe/attach now rather than later */
+ /* If order was overridden, probe/attach now rather than later. */
if (probe_now)
device_probe_and_attach(child);
- ACPI_DEBUG_EXEC(device_probe_and_attach(child));
break;
}
}