2 .\" Copyright (c) 2014 The DragonFly Project. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in
12 .\" the documentation and/or other materials provided with the
14 .\" 3. Neither the name of The DragonFly Project nor the names of its
15 .\" contributors may be used to endorse or promote products derived
16 .\" from this software without specific, prior written permission.
18 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21 .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
22 .\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23 .\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
24 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
26 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
28 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
36 .Nd load ACPI tables and execute control methods from user space
42 The following options are supported:
43 .Bl -tag -width indent
44 .It Fl b Ar \&"command_line\&"
45 Batch mode command line execution (cmd1;cmd2;...).
47 Disable method abort on error.
49 Disable Local fault handler.
51 Disable execution of STA/INI methods during init.
53 Disable Operation Region address simulation.
55 Disable TermList parsing for scope objects.
57 Disable repair of method return values.
59 Disable method auto-serialization.
61 Disable allocation tracking (performance).
63 Enable timer output for Debug Object.
65 Enable display of final memory statistics.
67 Enable additional tests for ACPICA interfaces.
69 Enable loading of additional test tables.
71 Enable (legacy) grouping of module-level code.
73 Enable Interpreter Slack Mode.
75 Enable debug semaphore timeout.
77 Specify namespace initialization file.
79 Operation Region initialization fill value.
81 Display the help message.
86 Load tables and namespace only.
88 Batch mode method execution.
92 Use hardware-reduced FADT V5.
94 Exit loop on timeout instead of aborting method.
96 Set timeout period for AML while loops.
98 Display version information.
100 Display build date and time.
102 Verbose exception handler output.
104 Verbose initialization output.
106 Verbose region handler output.
107 .It Fl x Ar debug_level
111 From within the interactive mode, use
115 to see a list of available AML Debugger commands.
127 .Lk https://acpica.org/documentation/
131 utility is provided by
137 This manual page was written by