summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-07-26 06:04:35 +0000
committernjl <njl@FreeBSD.org>2004-07-26 06:04:35 +0000
commit6093b4cd5568f8bca3f8c6f5b2a11dc59fc64f12 (patch)
tree8fca5a0b3e5727958d3d721ef73ae933a3fb72b6 /sys/dev/acpica
parentff2ddd225f0d60910eebfb4e0b8054dbca51ae94 (diff)
downloadFreeBSD-src-6093b4cd5568f8bca3f8c6f5b2a11dc59fc64f12.zip
FreeBSD-src-6093b4cd5568f8bca3f8c6f5b2a11dc59fc64f12.tar.gz
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
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi.c3
1 files changed, 0 insertions, 3 deletions
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);
}
OpenPOWER on IntegriCloud