From 7046c098af8880891ee39c99d5f5fa11ce76ef4b Mon Sep 17 00:00:00 2001 From: joshua stein Date: Sun, 27 Apr 2008 16:23:17 +0000 Subject: 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@ --- sys/arch/i386/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/conf') 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 -- cgit v1.2.3