From 7611a6dcd6417c1b25da8d5a35e55692e8462dc5 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 16 Aug 2004 20:33:20 +0000 Subject: [PATCH] We now handle SSDT tables. Remove a reference from the BUGS section and explicitly mention SSDT when we talk about the DSDT so that people don't have to guess whether it includes the SSDT. While here, touch date. Pointed out by: le@ --- usr.sbin/acpi/acpidump/acpidump.8 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.sbin/acpi/acpidump/acpidump.8 b/usr.sbin/acpi/acpidump/acpidump.8 index 7406aca535c2..215e65360a8b 100644 --- a/usr.sbin/acpi/acpidump/acpidump.8 +++ b/usr.sbin/acpi/acpidump/acpidump.8 @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 31, 2000 +.Dd August 16, 2004 .Dt ACPIDUMP 8 .Os .Sh NAME @@ -66,6 +66,9 @@ The .Nm utility can extract the DSDT data block from physical memory and store it into a DSDT output file and optionally also disassemble it. +If Secondary System Description Table (SSDT) entries exist, then the DSDT +output file will include those tables. +Disassembly of the DSDT will also include SSDT tables, if such exist. .Pp When .Nm @@ -152,7 +155,6 @@ Verbose messages are enabled. In the current implementation, .Nm does not dump the -Secondary System Descriptor Table (SSDT), Embedded Controller Descriptor Table (ECDT), or BOOT structures. .Sh FILES