OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: joshua stein (jcscvs.openbsd.org)
Date: Sun Apr 27 2008 - 11:23:16 CDT


CVSROOT: /cvs
Module name: src
Changes by: jcscvs.openbsd.org 2008/04/27 10:23:16

Modified files:
        share/man/man4 : acpi.4 Makefile
        sys/arch/i386/conf: GENERIC
        sys/dev/acpi : acpi.c acpireg.h files.acpi
        sys/arch/amd64/conf: GENERIC
Added files:
        share/man/man4 : acpithinkpad.4
        sys/dev/acpi : acpithinkpad.c

Log message:
add acpithinkpad(4), an acpi support driver for ibm/lenovo
thinkpads.

provides functionality that the bios did on older, non-acpi
thinkpads like respond to screen brightness keys and toggle the
bluetooth device on and off.

ok deraadt and marco