git: kernel/acpi: Add a docking station driver.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat May 24 14:25:08 PDT 2014
commit 90980aa559409bde0472f6c792f7ae7a976bbf70
Author: Sascha Wildner <saw at online.de>
Date: Sat May 24 23:24:38 2014 +0200
kernel/acpi: Add a docking station driver.
Tested-by: profmakx (on a ThinkPad X230)
Taken-from: FreeBSD
Summary of changes:
share/man/man4/Makefile | 1 +
share/man/man4/acpi.4 | 6 +-
share/man/man4/{usfs.4 => acpi_dock.4} | 34 +-
sys/conf/files | 1 +
sys/config/LINT | 3 +
sys/config/LINT64 | 3 +
sys/dev/acpica/Makefile | 2 +-
sys/dev/acpica/acpi_dock/Makefile | 7 +
sys/dev/acpica/acpi_dock/acpi_dock.c | 554 +++++++++++++++++++++++++++++++++
9 files changed, 592 insertions(+), 19 deletions(-)
copy share/man/man4/{usfs.4 => acpi_dock.4} (76%)
create mode 100644 sys/dev/acpica/acpi_dock/Makefile
create mode 100644 sys/dev/acpica/acpi_dock/acpi_dock.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90980aa559409bde0472f6c792f7ae7a976bbf70
--
DragonFly BSD source repository
More information about the Commits
mailing list