diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2018-10-19 05:04:45 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2018-10-19 05:04:45 +0000 |
| commit | 23bbd5aff69d4f42277782c3b68565e927f4e43b (patch) | |
| tree | e10307715f615bca3bb76818c51e32834b94d301 /usr.sbin/acpitools | |
| parent | 9eff5582fe3fadb400183164473b949531fb631e (diff) | |
Add GTDT and PPTT.
Diffstat (limited to 'usr.sbin/acpitools')
| -rw-r--r-- | usr.sbin/acpitools/acpidump/acpidump.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/acpitools/acpidump/acpidump.8 b/usr.sbin/acpitools/acpidump/acpidump.8 index 1b449b1285f..c05b7e66704 100644 --- a/usr.sbin/acpitools/acpidump/acpidump.8 +++ b/usr.sbin/acpitools/acpidump/acpidump.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: acpidump.8,v 1.11 2018/10/03 09:46:11 msaitoh Exp $ +.\" $NetBSD: acpidump.8,v 1.12 2018/10/19 05:04:45 msaitoh Exp $ .\" ACPI (ACPI Package) .\" .\" Copyright (c) 1999 Doug Rabson <dfr@FreeBSD.org> @@ -30,7 +30,7 @@ .\" .\" $FreeBSD: head/usr.sbin/acpi/acpidump/acpidump.8 267668 2014-06-20 09:57:27Z bapt $ .\" -.Dd October 3, 2018 +.Dd October 19, 2018 .Dt ACPIDUMP 8 .Os .Sh NAME @@ -108,6 +108,7 @@ utility dumps contents of the following tables: .It ERST .It FACS .It FADT +.It GTDT .It HEST .It HPET .It LPIT @@ -115,6 +116,7 @@ utility dumps contents of the following tables: .It MCFG .It MSCT .It NFIT +.It PPTT .It RSD PTR .It RSDT .It SBST |
