From 6093b4cd5568f8bca3f8c6f5b2a11dc59fc64f12 Mon Sep 17 00:00:00 2001 From: njl Date: Mon, 26 Jul 2004 06:04:35 +0000 Subject: Don't force an immediate probe/attach for all devices when compiled with ACPI_DEBUG. This upset the ordering that acpi_probe_order() was meant to provide, causing devices to attach before the sysresource object. This debugging feature has been unnecessary for a while so just remove it. Testing by: marcel --- sys/dev/acpica/acpi.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/dev/acpica') diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index e8cd3f4..8d1c095 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -1233,9 +1233,6 @@ acpi_probe_order(ACPI_HANDLE handle, int *order) ret = 1; } - /* Always probe/attach immediately if we're debugging. */ - ACPI_DEBUG_EXEC(ret = 1); - return (ret); } -- cgit v1.1