From owner-cvs-all Tue Nov 7 18:37: 5 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 904DD37B479; Tue, 7 Nov 2000 18:37:01 -0800 (PST) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA30473; Tue, 7 Nov 2000 18:37:01 -0800 (PST) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200011080237.SAA30473@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 7 Nov 2000 18:37:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/acpi/acpiconf acpiconf.c src/usr.sbin/acpi/acpidump acpi.c acpi_user.c acpidump.c acpidump.h aml_dump.c asl_dump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/11/07 18:37:01 PST Modified files: usr.sbin/acpi/acpiconf acpiconf.c usr.sbin/acpi/acpidump acpi.c acpi_user.c acpidump.c acpidump.h aml_dump.c asl_dump.c Log: Remove dependence on old acpi driver from acpi userland tools. - acpiconf Replace include files from old acpi driver to acpica driver. New sleep type `4b' had been added (S4BIOS) for `-s' option. Of course this has no effect because driver doesn't support it for now :-) - acpidump All needed structs in sys/dev/acpi/*.h had been merged into local header file. No changes on its usage. Revision Changes Path 1.3 +39 -9 src/usr.sbin/acpi/acpiconf/acpiconf.c 1.3 +1 -3 src/usr.sbin/acpi/acpidump/acpi.c 1.3 +1 -3 src/usr.sbin/acpi/acpidump/acpi_user.c 1.3 +3 -4 src/usr.sbin/acpi/acpidump/acpidump.c 1.2 +136 -1 src/usr.sbin/acpi/acpidump/acpidump.h 1.3 +1 -3 src/usr.sbin/acpi/acpidump/aml_dump.c 1.3 +1 -3 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