summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2005-01-03 04:14:05 +0000
committernjl <njl@FreeBSD.org>2005-01-03 04:14:05 +0000
commit848b0d85e8f20410587a2baaeb21611fa1f0ee1b (patch)
treec9e1b2102642e2f4bb22e3c8abbfb4634b5f0008 /usr.sbin
parent0be8a2d8c21f71cb919e52120adfb15b41123890 (diff)
downloadFreeBSD-src-848b0d85e8f20410587a2baaeb21611fa1f0ee1b.zip
FreeBSD-src-848b0d85e8f20410587a2baaeb21611fa1f0ee1b.tar.gz
Catch up with the kernel and set any global variables we are using, in
particular, enabling interpreter workarounds for bad ASL. MFC after: 1 day
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/acpi/acpidb/acpidb.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/acpi/acpidb/acpidb.c b/usr.sbin/acpi/acpidb/acpidb.c
index 6ad8e96..c53a265 100644
--- a/usr.sbin/acpi/acpidb/acpidb.c
+++ b/usr.sbin/acpi/acpidb/acpidb.c
@@ -485,6 +485,12 @@ main(int argc, char *argv[])
AcpiDbgLevel = ACPI_DEBUG_DEFAULT;
+ /*
+ * Match kernel options for the interpreter. Global variable names
+ * can be found in acglobal.h.
+ */
+ AcpiGbl_EnableInterpreterSlack = TRUE;
+
aml_simulation_regload("region.ini");
if (load_dsdt(argv[1]) == 0) {
aml_simulation_regdump("region.dmp");
OpenPOWER on IntegriCloud