From owner-cvs-src@FreeBSD.ORG Wed Aug 27 20:33:09 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 117C916A4BF; Wed, 27 Aug 2003 20:33:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87C1D43FE0; Wed, 27 Aug 2003 20:33:08 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7S3X80U048882; Wed, 27 Aug 2003 20:33:08 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7S3X7YR048881; Wed, 27 Aug 2003 20:33:07 -0700 (PDT) Message-Id: <200308280333.h7S3X7YR048881@repoman.freebsd.org> From: Nate Lawson Date: Wed, 27 Aug 2003 20:33:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/acpi/acpidump Makefile acpi.c acpi_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:33:09 -0000 njl 2003/08/27 20:33:07 PDT FreeBSD src repository 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)