From owner-cvs-src@FreeBSD.ORG Wed Aug 27 20:42:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7028316A4C0 for ; Wed, 27 Aug 2003 20:42:34 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 1EC8D43FF7 for ; Wed, 27 Aug 2003 20:42:33 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 35132 invoked by uid 1000); 28 Aug 2003 03:42:35 -0000 Date: Wed, 27 Aug 2003 20:42:35 -0700 (PDT) From: Nate Lawson To: cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, src-committers@FreeBSD.org In-Reply-To: <20030828033312.0BD9716A4C4@hub.freebsd.org> Message-ID: <20030827204123.H35115@root.org> References: <20030828033312.0BD9716A4C4@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: cvs commit: src/usr.sbin/acpi/acpidump Makefile acpi.cacpi_user.c acpidump.8 acpidump.c acpidump.h aml_dump.c asl_dump.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 03:42:34 -0000 On Wed, 27 Aug 2003, Nate Lawson wrote: > Modified files: > usr.sbin/acpi/acpidump Makefile acpi.c acpi_user.c acpidump.8 > acpidump.c acpidump.h > Removed files: > usr.sbin/acpi/acpidump aml_dump.c asl_dump.c > Log: > Modify acpidump to use iasl(8) as the backend for disassembling AML. > Also clean up the output of dumped tables. Update the man page for the > new usage. Make WARNS=6 clean. > > Revision Changes Path > 1.7 +2 -7 src/usr.sbin/acpi/acpidump/Makefile > 1.10 +148 -209 src/usr.sbin/acpi/acpidump/acpi.c > 1.6 +26 -33 src/usr.sbin/acpi/acpidump/acpi_user.c > 1.14 +76 -73 src/usr.sbin/acpi/acpidump/acpidump.8 > 1.7 +79 -47 src/usr.sbin/acpi/acpidump/acpidump.c > 1.9 +35 -13 src/usr.sbin/acpi/acpidump/acpidump.h > 1.5 +0 -60 src/usr.sbin/acpi/acpidump/aml_dump.c (dead) > 1.8 +0 -1644 src/usr.sbin/acpi/acpidump/asl_dump.c (dead) Tested on: ia32 Compiled on: pluto2 ia64 and amd64 maintainers should see if this now runs on their platform ok. Thanks, -Nate