1967ae586SMatthew Dillon.\" 261c0377fSSascha Wildner.\" Copyright (c) 2014 The DragonFly Project. All rights reserved. 3967ae586SMatthew Dillon.\" 4967ae586SMatthew Dillon.\" Redistribution and use in source and binary forms, with or without 5967ae586SMatthew Dillon.\" modification, are permitted provided that the following conditions 6967ae586SMatthew Dillon.\" are met: 761c0377fSSascha Wildner.\" 8967ae586SMatthew Dillon.\" 1. Redistributions of source code must retain the above copyright 9967ae586SMatthew Dillon.\" notice, this list of conditions and the following disclaimer. 10967ae586SMatthew Dillon.\" 2. Redistributions in binary form must reproduce the above copyright 1161c0377fSSascha Wildner.\" notice, this list of conditions and the following disclaimer in 1261c0377fSSascha Wildner.\" the documentation and/or other materials provided with the 1361c0377fSSascha Wildner.\" distribution. 1461c0377fSSascha Wildner.\" 3. Neither the name of The DragonFly Project nor the names of its 1561c0377fSSascha Wildner.\" contributors may be used to endorse or promote products derived 1661c0377fSSascha Wildner.\" from this software without specific, prior written permission. 17967ae586SMatthew Dillon.\" 1861c0377fSSascha Wildner.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 1961c0377fSSascha Wildner.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 2061c0377fSSascha Wildner.\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 2161c0377fSSascha Wildner.\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 2261c0377fSSascha Wildner.\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 2361c0377fSSascha Wildner.\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, 2461c0377fSSascha Wildner.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 2561c0377fSSascha Wildner.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 2661c0377fSSascha Wildner.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 2761c0377fSSascha Wildner.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 2861c0377fSSascha Wildner.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29967ae586SMatthew Dillon.\" SUCH DAMAGE. 30967ae586SMatthew Dillon.\" 31*6a3cbbc2SSascha Wildner.Dd May 29, 2020 32967ae586SMatthew Dillon.Dt ACPIDUMP 8 33967ae586SMatthew Dillon.Os 34967ae586SMatthew Dillon.Sh NAME 35967ae586SMatthew Dillon.Nm acpidump 3661c0377fSSascha Wildner.Nd obtain system ACPI tables and save in ASCII hex format 37967ae586SMatthew Dillon.Sh SYNOPSIS 38967ae586SMatthew Dillon.Nm 3961c0377fSSascha Wildner.Op Ar option ... 40967ae586SMatthew Dillon.Sh DESCRIPTION 4161c0377fSSascha WildnerThe following options are supported: 42967ae586SMatthew Dillon.Bl -tag -width indent 4361c0377fSSascha Wildner.It Fl a Ar address 4461c0377fSSascha WildnerGet table via a physical address. 4561c0377fSSascha Wildner.It Fl b 4661c0377fSSascha WildnerDump tables to binary files. 4725ca8c79SSascha Wildner.It Fl c Ar on | off 4825ca8c79SSascha WildnerTurn on/off customized table dumping. 4961c0377fSSascha Wildner.It Fl f Ar binary_file 5061c0377fSSascha WildnerGet table via a binary file. 51967ae586SMatthew Dillon.It Fl h 5261c0377fSSascha WildnerDisplay the help message. 5361c0377fSSascha Wildner.It Fl \&? 5461c0377fSSascha WildnerAlias for 5561c0377fSSascha Wildner.Fl h . 5661c0377fSSascha Wildner.It Fl n Ar signature 5761c0377fSSascha WildnerGet table via a name/signature. 5861c0377fSSascha Wildner.It Fl o Ar file 5961c0377fSSascha WildnerRedirect output to file. 6061c0377fSSascha Wildner.It Fl r Ar address 6161c0377fSSascha WildnerDump tables from specified RSDP. 6261c0377fSSascha Wildner.It Fl s 6361c0377fSSascha WildnerPrint table summaries only. 64967ae586SMatthew Dillon.It Fl v 6561c0377fSSascha WildnerDisplay version information. 667bcb6cafSSascha Wildner.It Fl vd 677bcb6cafSSascha WildnerDisplay build date and time. 689e1c0880SSascha Wildner.It Fl x 691093ca81SSascha WildnerUse RSDT instead of XSDT. 7061c0377fSSascha Wildner.It Fl z 7161c0377fSSascha WildnerVerbose mode. 72967ae586SMatthew Dillon.El 73967ae586SMatthew Dillon.Sh SEE ALSO 74967ae586SMatthew Dillon.Xr acpi 4 , 7561c0377fSSascha Wildner.Xr acpibin 8 , 76279dd846SSascha Wildner.Xr acpicall 8 , 77967ae586SMatthew Dillon.Xr acpiconf 8 , 7861c0377fSSascha Wildner.Xr acpiexec 8 , 7961c0377fSSascha Wildner.Xr acpihelp 8 , 8061c0377fSSascha Wildner.Xr acpixtract 8 , 81967ae586SMatthew Dillon.Xr iasl 8 8261c0377fSSascha Wildner.Pp 8361c0377fSSascha Wildner.Lk https://acpica.org/documentation/ 8461c0377fSSascha Wildner.Sh AUTHORS 85de023c90SSascha WildnerThe 86de023c90SSascha Wildner.Nm 8761c0377fSSascha Wildnerutility is provided by 8861c0377fSSascha Wildner.Tn Intel 8961c0377fSSascha Wildneras part of their 9061c0377fSSascha Wildner.Sy ACPICA 9161c0377fSSascha Wildnerdistribution. 92967ae586SMatthew Dillon.Pp 9361c0377fSSascha WildnerThis manual page was written by 9461c0377fSSascha Wildner.An Sascha Wildner . 95