summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/acpidump/acpidump.8
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2001-10-22 17:25:32 +0000
committeriwasaki <iwasaki@FreeBSD.org>2001-10-22 17:25:32 +0000
commit7b150e868106c770cc85c9ed6dca12a837ace069 (patch)
tree133bb39a046fd2d9a6b9461442c19c6a1a4c858f /usr.sbin/acpi/acpidump/acpidump.8
parentc0844c40fbcf8ae675ee7a88702805164385f2a7 (diff)
downloadFreeBSD-src-7b150e868106c770cc85c9ed6dca12a837ace069.zip
FreeBSD-src-7b150e868106c770cc85c9ed6dca12a837ace069.tar.gz
Fix UserTerms disassembling. Now that dumped ASL can be compiled with
ports/devel/acpitools (iasl). - Merge AML parser to build ACPI namespace - Comment header info. out so that ASL compiler ignore them - Fix DSDT header size to be discarded when DSDT file is specified for input (acpidump and amldb) - Write DSDT header as well into DSDT file for output - Fix some trivial typo (Concatenate and SizeOf) - Remove DEBUG_FLAGS from Makefile (acpidump and amldb)
Diffstat (limited to 'usr.sbin/acpi/acpidump/acpidump.8')
-rw-r--r--usr.sbin/acpi/acpidump/acpidump.84
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/acpi/acpidump/acpidump.8 b/usr.sbin/acpi/acpidump/acpidump.8
index 4363c6b..f37ae54 100644
--- a/usr.sbin/acpi/acpidump/acpidump.8
+++ b/usr.sbin/acpi/acpidump/acpidump.8
@@ -133,10 +133,6 @@ In the current implementation,
doesn't dump any information of Firmware ACPI Control Structure
(FACS)
specified by a pointer in FACP.
-Some parts of output in ASL are incomplete. To obtain a complete
-output, it would need to change the implementation into another one
-that analyzes a whole DSDT and builds an ACPI namespace as preprocess,
-and then interprets the DSDT again referring to namespace.
.Sh FILES
.Bl -tag -width /dev/mem
.It Pa /dev/mem
OpenPOWER on IntegriCloud