acpica5 update part 3/3: Bring the usr.sbin/acpi tools into the base system
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 5 Jul 2004 00:22:43 +0000 (00:22 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 5 Jul 2004 00:22:43 +0000 (00:22 +0000)
commit967ae58699fca17539a3a7fd25361ab2405ccbee
tree7460b25eb2007e9e182c289ac672db12c75ddefa
parent8ee795b8a29bce385619cadb905bfd100cb67850
acpica5 update part 3/3:  Bring the usr.sbin/acpi tools into the base system
and integrate it into the build.

Submitted-by: YONETANI Tomokazu <qhwt+dragonfly-submit@les.ath.cx>
20 files changed:
etc/MAKEDEV
etc/rc.resume
etc/rc.suspend
usr.sbin/Makefile
usr.sbin/acpi/Makefile [new file with mode: 0644]
usr.sbin/acpi/Makefile.inc [new file with mode: 0644]
usr.sbin/acpi/acpiconf/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpiconf/acpiconf.8 [new file with mode: 0644]
usr.sbin/acpi/acpiconf/acpiconf.c [new file with mode: 0644]
usr.sbin/acpi/acpidb/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpidb/acpidb.8 [new file with mode: 0644]
usr.sbin/acpi/acpidb/acpidb.c [new file with mode: 0644]
usr.sbin/acpi/acpidump/Makefile [new file with mode: 0644]
usr.sbin/acpi/acpidump/acpi.c [new file with mode: 0644]
usr.sbin/acpi/acpidump/acpi_user.c [new file with mode: 0644]
usr.sbin/acpi/acpidump/acpidump.8 [new file with mode: 0644]
usr.sbin/acpi/acpidump/acpidump.c [new file with mode: 0644]
usr.sbin/acpi/acpidump/acpidump.h [new file with mode: 0644]
usr.sbin/acpi/iasl/Makefile [new file with mode: 0644]
usr.sbin/acpi/iasl/iasl.8 [new file with mode: 0644]