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/amd64/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 81bbfd0c23b..6e884942911 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.225 2008/04/19 01:18:39 djm Exp $ +# $OpenBSD: GENERIC,v 1.226 2008/04/27 16:23:16 jcs Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -51,6 +51,7 @@ acpicpu* at acpi? acpiec* at acpi? acpiprt* at acpi? acpitz* at acpi? +acpithinkpad* at acpi? ipmi0 at mainbus? disable # IPMI -- cgit v1.2.3