summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpidump
diff options
context:
space:
mode:
authorbrynet <brynet@openbsd.org>2014-03-13 18:41:18 +0000
committerbrynet <brynet@openbsd.org>2014-03-13 18:41:18 +0000
commit7ad34fd6c896bf66c668e5dfae53a1cc6b6083db (patch)
treebb5ba6236bc90abe3cd4070637a9e201b53fcf67 /usr.sbin/acpidump
parentthe default rsh is now spelled ssh. ok deraadt (diff)
downloadwireguard-openbsd-7ad34fd6c896bf66c668e5dfae53a1cc6b6083db.tar.xz
wireguard-openbsd-7ad34fd6c896bf66c668e5dfae53a1cc6b6083db.zip
Add a reference to the ACPICA utilities, with examples.
ok deraadt@
Diffstat (limited to 'usr.sbin/acpidump')
-rw-r--r--usr.sbin/acpidump/acpidump.817
1 files changed, 14 insertions, 3 deletions
diff --git a/usr.sbin/acpidump/acpidump.8 b/usr.sbin/acpidump/acpidump.8
index 3a9034d43b7..71621c1ed59 100644
--- a/usr.sbin/acpidump/acpidump.8
+++ b/usr.sbin/acpidump/acpidump.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acpidump.8,v 1.11 2010/08/08 14:40:19 jmc Exp $
+.\" $OpenBSD: acpidump.8,v 1.12 2014/03/13 18:41:18 brynet Exp $
.\"
.\" Copyright (c) 1999 Doug Rabson <dfr@FreeBSD.org>
.\" Copyright (c) 2000 Mitsuru IWASAKI <iwasaki@FreeBSD.org>
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD: src/usr.sbin/acpi/acpidump/acpidump.8,v 1.9 2001/09/05 19:21:25 dd Exp $
.\"
-.Dd $Mdocdate: August 8 2010 $
+.Dd $Mdocdate: March 13 2014 $
.Dt ACPIDUMP 8
.Os
.Sh NAME
@@ -52,12 +52,23 @@ is unique for each table.
.Pp
Additionally a file called <prefix>.headers will be created that contains
additional human readable information pertaining to this specific dump.
+.Pp
+The ACPICA disassembler is available through the
+.Ox
+ports tree or package system:
+.Bd -literal -offset indent
+# pkg_add acpica
+# iasl -d <prefix>.<sig>.<id>
+.Ed
.Sh FILES
.Bl -tag -width /dev/mem
.It Pa /dev/mem
.El
.Sh SEE ALSO
-.Xr mem 4
+.Xr mem 4 ,
+.Xr ports 7 ,
+.Xr packages 7 ,
+.Xr pkg_add 8
.Sh HISTORY
The
.Nm