From 3fe12180a59fe754cdd186f5452f1a843b32c24a Mon Sep 17 00:00:00 2001 From: Nate Lawson 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') diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index e8cd3f4dcd47..8d1c095ec82e 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.3