DragonFly commits List (threaded) for 2012-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel/acpi: Bring in acpi_wmi(4) from FreeBSD, which acpi_hp(4) needs.
commit 554257bc124ea5b49daa3ea919e5693f0a2576bf
Author: Sascha Wildner <saw@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]