[PATCH 6/6] doc: add --acpica option to man page

Colin King colin.king at canonical.com
Tue Jul 9 10:03:17 UTC 2013


From: Colin Ian King <colin.king at canonical.com>

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 doc/fwts.1 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/fwts.1 b/doc/fwts.1
index 187751c..520572a 100644
--- a/doc/fwts.1
+++ b/doc/fwts.1
@@ -60,6 +60,14 @@ fwts options are as follow:
 .B \-
 output results to stdout.
 .TP
+.B \-\-acpica
+enable ACPICA execution mode options. These can be specified as a comma separated
+list of one or more options.  Avaiable options are: serialized (serialized execution
+of AML), slack (run in less pedeantic mode), ignore\-errors (ignore ACPICA exception
+errors), disable\-auto\-repair (disable ACPICA from automatically fixing broken ACPICA controls).
+Note that the slack mode will turn on implicit returns of zero on control methods to attempt
+to allow buggy AML to work on non-Windows systems.
+.TP
 .B \-\-acpica\-debug
 enable ACPICA debug warning and error messages when invoking the ACPICA subsystem. This is mainly
 for fwts developers to help track down any ACPICA interfacing issues with fwts.
-- 
1.8.1.2




More information about the fwts-devel mailing list