Date: Tue, 7 Nov 2000 18:37:01 -0800 (PST) From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> 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 Message-ID: <200011080237.SAA30473@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011080237.SAA30473>