From owner-cvs-all Tue Jan 1 23: 1:41 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB60837B41A; Tue, 1 Jan 2002 23:01:34 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0271Yu49759; Tue, 1 Jan 2002 23:01:34 -0800 (PST) (envelope-from msmith) Message-Id: <200201020701.g0271Yu49759@freefall.freebsd.org> From: Mike Smith Date: Tue, 1 Jan 2002 23:01:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpidump acpidump.8 acpidump.c acpidump.h asl_dump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG msmith 2002/01/01 23:01:34 PST Modified files: usr.sbin/acpi/acpidump acpidump.8 acpidump.c acpidump.h asl_dump.c Log: Add support for decoding Buffer objects that contain PnP/ACPI resource streams. Since the output is bulky, it's controlled by the '-r' option. Document this in the manpage, and clean up some awkward English a little. Revision Changes Path 1.11 +37 -25 src/usr.sbin/acpi/acpidump/acpidump.8 1.5 +6 -3 src/usr.sbin/acpi/acpidump/acpidump.c 1.4 +1 -0 src/usr.sbin/acpi/acpidump/acpidump.h 1.6 +362 -0 src/usr.sbin/acpi/acpidump/asl_dump.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message