summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-06-05 15:15:03 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-06-05 15:15:03 +0200
commitbd8b6c2f9900d90c2b0ba59f7bb139252bffd231 (patch)
tree843dd899d21530f9a11d52fd6118e8d342d8eec9
parentbc2a5d9b1e1db8927f7c10725eec5a073968c9d5 (diff)
downloadplan9front-bd8b6c2f9900d90c2b0ba59f7bb139252bffd231.tar.xz
aml(2): document amlintmask
-rw-r--r--sys/man/2/aml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/man/2/aml b/sys/man/2/aml
index 4140c80a1..3bd6468e6 100644
--- a/sys/man/2/aml
+++ b/sys/man/2/aml
@@ -29,6 +29,7 @@ void amldrop(void *);
void* amlroot;
int amldebug;
+uvlong amlintmask;
.EE
.SH DESCRIPTION
The aml library implements an interpreter for the ACPI machine language
@@ -44,6 +45,13 @@ The runtime state consists of objects organized in a global
namespace. The name object referred to by
.I amlroot
is the root of that namespace.
+.PP
+The width of integers is defined by the global variable
+.IR amlintmask ,
+which should be initialized to 0xFFFFFFFF for
+.B DSDT
+revision <= 1 or 0xFFFFFFFFFFFFFFFF for
+revision >= 2.
.TP
.BI amlload( data , len )
.I Amlload