git: kernel/acpi: Bring in acpi_wmi(4) from FreeBSD, which acpi_hp(4) needs.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Mar 17 09:58:59 PDT 2012
commit 554257bc124ea5b49daa3ea919e5693f0a2576bf
Author: Sascha Wildner <saw at online.de>
Date: Sat Mar 17 17:53:51 2012 +0100
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.
Summary of changes:
Makefile_upgrade.inc | 5 -
share/man/man4/Makefile | 5 +-
share/man/man4/acpi.4 | 2 +-
share/man/man4/acpi_hp.4 | 8 +-
share/man/man4/acpi_wmi.4 | 96 ++++
sys/conf/files | 5 +-
sys/conf/kmod.mk | 2 +-
sys/config/LINT | 5 +-
sys/config/LINT64 | 5 +-
sys/dev/acpica5/Makefile | 4 +-
sys/dev/acpica5/acpi_hp/Makefile | 4 +-
sys/dev/acpica5/acpi_hp/acpi_hp.c | 51 +-
sys/dev/acpica5/acpi_wmi/Makefile | 7 +
sys/dev/acpica5/acpi_wmi/acpi_wmi.c | 1019 +++++++++++++++++++++++++++++++++++
sys/dev/acpica5/acpi_wmi_if.m | 2 +-
15 files changed, 1175 insertions(+), 45 deletions(-)
create mode 100644 share/man/man4/acpi_wmi.4
create mode 100644 sys/dev/acpica5/acpi_wmi/Makefile
create mode 100644 sys/dev/acpica5/acpi_wmi/acpi_wmi.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/554257bc124ea5b49daa3ea919e5693f0a2576bf
--
DragonFly BSD source repository
More information about the Commits
mailing list