Update the man page for the -s flag and other changes that we've missed.

MFC after:	3 days
This commit is contained in:
Nate Lawson 2004-10-05 02:19:30 +00:00
parent 62c7bde198
commit e840018e96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136129

View File

@ -29,7 +29,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd August 16, 2004 .Dd October 4, 2004
.Dt ACPIDUMP 8 .Dt ACPIDUMP 8
.Os .Os
.Sh NAME .Sh NAME
@ -38,6 +38,7 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl d .Op Fl d
.Op Fl s
.Op Fl t .Op Fl t
.Op Fl h .Op Fl h
.Op Fl v .Op Fl v
@ -65,10 +66,12 @@ power management support, and so on.
The The
.Nm .Nm
utility can extract the DSDT data block from physical memory and store it into utility can extract the DSDT data block from physical memory and store it into
a DSDT output file and optionally also disassemble it. an output file and optionally also disassemble it.
If Secondary System Description Table (SSDT) entries exist, then the DSDT If Secondary System Description Table
output file will include those tables. (SSDT)
Disassembly of the DSDT will also include SSDT tables, if such exist. entries exist, specifying the
.Fl s
option will include those tables in the output file and disassembly.
.Pp .Pp
When When
.Nm .Nm
@ -98,6 +101,8 @@ utility dumps contents of the following tables:
.Pp .Pp
.Bl -tag -offset indent -width 12345 -compact .Bl -tag -offset indent -width 12345 -compact
.It DSDT .It DSDT
.It ECDT
.It FACS
.It FADT .It FADT
.It HPET .It HPET
.It MADT .It MADT
@ -123,6 +128,9 @@ The following options are supported by
Disassemble the DSDT into ASL using Disassemble the DSDT into ASL using
.Xr iasl 8 .Xr iasl 8
and print the results to stdout. and print the results to stdout.
.It Fl s
Dump any SSDTs by concatenating them with the DSDT.
The SSDTs are optional tables with the same format as the DSDT.
.It Fl t .It Fl t
Dump the contents of the various fixed tables listed above. Dump the contents of the various fixed tables listed above.
.It Fl h .It Fl h
@ -154,6 +162,11 @@ Verbose messages are enabled.
.Sh BUGS .Sh BUGS
The current implementation does not dump the BOOT structure or The current implementation does not dump the BOOT structure or
other miscellaneous tables. other miscellaneous tables.
.Pp
There is currently no way to override SSDTs so dumping them only provides
information.
Overriding the DSDT with a custom version that also includes the contents of
SSDTs will result in multiple-definition errors.
.Sh FILES .Sh FILES
.Bl -tag -width /dev/mem .Bl -tag -width /dev/mem
.It Pa /dev/mem .It Pa /dev/mem
@ -168,6 +181,7 @@ other miscellaneous tables.
.An Doug Rabson Aq dfr@FreeBSD.org .An Doug Rabson Aq dfr@FreeBSD.org
.An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org .An Mitsuru IWASAKI Aq iwasaki@FreeBSD.org
.An Yasuo YOKOYAMA Aq yokoyama@jp.FreeBSD.org .An Yasuo YOKOYAMA Aq yokoyama@jp.FreeBSD.org
.An Nate Lawson Aq njl@FreeBSD.org
.Pp .Pp
.An -nosplit .An -nosplit
Some contributions made by Some contributions made by