diff options
author | joshua stein <jcs@cvs.openbsd.org> | 2008-04-27 16:23:17 +0000 |
---|---|---|
committer | joshua stein <jcs@cvs.openbsd.org> | 2008-04-27 16:23:17 +0000 |
commit | 7046c098af8880891ee39c99d5f5fa11ce76ef4b (patch) | |
tree | a0f859426087abb1c3e0fb332f9bfa1525bfdb05 /sys/arch/i386/conf | |
parent | bd03abea783aaa8400341d61a5af3f6f0f8f7bf2 (diff) |
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@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 80d1858e681..91fa8b7ef19 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.613 2008/04/24 13:57:49 jsing Exp $ +# $OpenBSD: GENERIC,v 1.614 2008/04/27 16:23:16 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -58,6 +58,7 @@ acpiec* at acpi? acpiprt* at acpi? acpitz* at acpi? acpiasus* at acpi? +acpithinkpad* at acpi? option PCIVERBOSE option EISAVERBOSE |