usr/src/cmd/acpidump/acpidump.1
author Cyril Plisko <cyril.plisko@grigale.com>
Mon, 21 Mar 2011 01:49:39 -0800
changeset 72 82bde2a81435
parent 11 87960ed158f9
permissions -rw-r--r--
Import sfw build 162 Bugs Fixed ---------- 7021535 remove bison runtime bits from SUNWgccruntime 7023530 remove even more things from sfw 7023710 net-ssleay 1.35 in SFW does not build with OpenSSL 1.0.0 7024341 emacs doesn't build on 160

'\" te
.\"
.\" Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
.\" Use is subject to license terms.
.\"
.\" ident	"@(#)acpidump.1	1.2	10/03/16 SMI"
.\"
.TH acpidump 1 "24 Apr 2009" "SunOS 5.11" "User Commands"
.SH NAME
acpidump - dump the raw contents of ACPI tables
.SH SYNOPSIS
.LP
.nf
\fBacpidump\fB [\fB-a\fR \fIaddress\fR] [\fB-b\fR] [\fI-h\fR] 
    [\fB-l\fR \fIlength\fR] [\fB-o\fR \fIfile\fR] [\fB-s\fR \fIcount\fR] 
    [\fB-t\fR \fItable\fR]
.fi

.SH DESCRIPTION
.sp
.LP
This utility will read the ACPI tables, if any, that were presented to the
kernel from the BIOS at boot and display the information.  The tables will be
printed out in hexidecimal format and can be parsed with the acpixtract(1) and
madt(1) utilities.

.SH OPTIONS
.sp
.LP
The following options are supported:
.sp
.ne 2
.mk
.na
\fB\fB-a\fR [\fIaddress\fR]\fR
.ad
.sp .6
.RS 4n
Allows the user to specify the starting address from which to dump the tables.
.RE

.sp
.ne 2
.mk
.na
\fB\fB-b\fR
.ad
.sp .6
.RS 4n
Dump the ACPI tables in binary mode.
.RE

.sp
.ne 2
.mk
.na
\fB\fB-h\fR
.ad
.sp .6
.RS 4n
Display the help menu containing the options supported by the utility.
.RE

.sp
.ne 2
.mk
.na
\fB\fB-l\fR [\fIlength\fR]\fR
.ad
.sp .6
.RS 4n
Requires a starting address, specified with -a, and will dump the range of
physical address but makes no attempt to understand the contents of that memory.
.RE

.sp
.ne 2
.mk
.na
\fB\fB-o\fR [\fIfile\fR]\fR
.ad
.sp .6
.RS 4n
Redirect the output provided by the utility to the specified file.
.RE

.sp
.ne 2
.mk
.na
\fB\fB-s\fR [\fIcount\fR]\fR
.ad
.sp .6
.RS 4n
Skip \fIcount\fR tables of the given name
.RE

.sp
.ne 2
.mk
.na
\fB\fB-t\fR [\fItable\fR]\fR
.ad
.sp .6
.RS 4n
Dump only the table with the \fItable\fR signature.
.RE


.SH ATTRIBUTES
See
.BR attributes (5)
for descriptions of the following attributes:
.sp
.TS
box;
cbp-1 | cbp-1
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
=
Availability	diagnostic/acpidump
=
Interface Stability	Uncommitted
.TE
.PP

.SH SEE ALSO
.sp
.LP
\fBacpixtract\fR(1), \fBmadt\fR(1)
.RE

.SH RESOURCES
.sp
.LP
http://www.lesswatts.org/projects/acpi/utilities.php
.sp

.SH NOTES
.sp
.LP
Source for acpidump is avaliable at www.opensolaris.org.
The PRIV_FILE_DAC_READ privilege is necessary to use this utility.