kernel/acpi: Bring in acpi_wmi(4) from FreeBSD, which acpi_hp(4) needs.
authorSascha Wildner <saw@online.de>
Sat, 17 Mar 2012 16:53:51 +0000 (17:53 +0100)
committerSascha Wildner <saw@online.de>
Sat, 17 Mar 2012 16:58:20 +0000 (17:58 +0100)
commit554257bc124ea5b49daa3ea919e5693f0a2576bf
treead996b2f48a8a7c8ab76817667189027854e6fce
parent7878d977b46b97da31fefba25571eeb978d17802
kernel/acpi: Bring in acpi_wmi(4) from FreeBSD, which acpi_hp(4) needs.

Also, hook acpi_hp(4) back into the build.

Some fixes to acpi_hp(4) were brought in, too.

It is all untested, unfortunately. The hope is, that someone with a
HP laptop might check it out.
15 files changed:
Makefile_upgrade.inc
share/man/man4/Makefile
share/man/man4/acpi.4
share/man/man4/acpi_hp.4
share/man/man4/acpi_wmi.4 [new file with mode: 0644]
sys/conf/files
sys/conf/kmod.mk
sys/config/LINT
sys/config/LINT64
sys/dev/acpica5/Makefile
sys/dev/acpica5/acpi_hp/Makefile
sys/dev/acpica5/acpi_hp/acpi_hp.c
sys/dev/acpica5/acpi_wmi/Makefile [new file with mode: 0644]
sys/dev/acpica5/acpi_wmi/acpi_wmi.c [new file with mode: 0644]
sys/dev/acpica5/acpi_wmi_if.m