From owner-cvs-all Wed Nov 8 22:24:49 2000 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 7CCE737B479; Wed, 8 Nov 2000 22:24:46 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA70681; Wed, 8 Nov 2000 22:24:46 -0800 (PST) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200011090624.WAA70681@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Wed, 8 Nov 2000 22:24:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/amldb Makefile amldb.c debug.c region.c src/usr.sbin/acpi/amldb/aml aml_amlmem.c aml_amlmem.h aml_common.c aml_env.h aml_evalobj.c aml_memman.c aml_name.c aml_name.h aml_obj.c aml_parse.c aml_region.c aml_store.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/11/08 22:24:46 PST Modified files: usr.sbin/acpi/amldb Makefile amldb.c debug.c region.c usr.sbin/acpi/amldb/aml aml_amlmem.c aml_amlmem.h aml_common.c aml_env.h aml_evalobj.c aml_memman.c aml_name.c aml_name.h aml_obj.c aml_parse.c aml_region.c aml_store.c Log: Move old aml interpreter code to amldb/aml/. This will be used for our reference and comparison with ACPICA aml interpreter's behavior. Revision Changes Path 1.3 +3 -3 src/usr.sbin/acpi/amldb/Makefile 1.2 +6 -6 src/usr.sbin/acpi/amldb/amldb.c 1.3 +11 -11 src/usr.sbin/acpi/amldb/debug.c 1.3 +5 -5 src/usr.sbin/acpi/amldb/region.c 1.2 +4 -4 src/usr.sbin/acpi/amldb/aml/aml_amlmem.c 1.2 +2 -2 src/usr.sbin/acpi/amldb/aml/aml_amlmem.h 1.6 +9 -9 src/usr.sbin/acpi/amldb/aml/aml_common.c 1.2 +4 -4 src/usr.sbin/acpi/amldb/aml/aml_env.h 1.4 +11 -11 src/usr.sbin/acpi/amldb/aml/aml_evalobj.c 1.2 +2 -2 src/usr.sbin/acpi/amldb/aml/aml_memman.c 1.3 +5 -5 src/usr.sbin/acpi/amldb/aml/aml_name.c 1.2 +2 -2 src/usr.sbin/acpi/amldb/aml/aml_name.h 1.3 +7 -7 src/usr.sbin/acpi/amldb/aml/aml_obj.c 1.6 +10 -10 src/usr.sbin/acpi/amldb/aml/aml_parse.c 1.5 +4 -4 src/usr.sbin/acpi/amldb/aml/aml_region.c 1.3 +10 -10 src/usr.sbin/acpi/amldb/aml/aml_store.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message