From owner-cvs-src@FreeBSD.ORG Thu Aug 7 09:51:52 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 2ED7937B401; Thu, 7 Aug 2003 09:51:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CCA43F85; Thu, 7 Aug 2003 09:51:51 -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 h77Gpp0U098426; Thu, 7 Aug 2003 09:51:51 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h77GpoQX098425; Thu, 7 Aug 2003 09:51:50 -0700 (PDT) Message-Id: <200308071651.h77GpoQX098425@repoman.freebsd.org> From: Nate Lawson Date: Thu, 7 Aug 2003 09:51:50 -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 Makefile.inc src/usr.sbin/acpi/acpidb Makefile acpidb.c src/usr.sbin/acpi/iasl Makefile 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, 07 Aug 2003 16:51:52 -0000 njl 2003/08/07 09:51:50 PDT FreeBSD src repository Modified files: usr.sbin/acpi Makefile.inc Added files: usr.sbin/acpi/acpidb Makefile acpidb.c usr.sbin/acpi/iasl Makefile Log: Add the acpidb and iasl utilities. This is not yet hooked up to the build. Obtained from: acpicatools port by Iwasaki-san Revision Changes Path 1.8 +4 -1 src/usr.sbin/acpi/Makefile.inc 1.1 +42 -0 src/usr.sbin/acpi/acpidb/Makefile (new) 1.1 +497 -0 src/usr.sbin/acpi/acpidb/acpidb.c (new) 1.1 +52 -0 src/usr.sbin/acpi/iasl/Makefile (new)