diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2008-04-24 13:57:50 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2008-04-24 13:57:50 +0000 |
commit | 5d3c7a90f0cfb3687465f662bc29e2019ebed1c5 (patch) | |
tree | 54e5f048648055973f82b487ae5e7e64d35f3379 /sys/arch/i386 | |
parent | 66b2507b3752825201c63607db8ba87d3abfe991 (diff) |
Introduce acpiasus(4), a driver for the ACPI based hotkeys found in many
ASUS laptops (including the ASUS EeePC) - largely based on NetBSD's
asus(4) driver. On the ASUS EeePC this allows us to enable/disable
wireless, change screen brightness and use the volume keys.
ok jsg@, weingart@
Diffstat (limited to 'sys/arch/i386')
-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 3fdfd7d6b2e..80d1858e681 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.612 2008/04/19 01:18:39 djm Exp $ +# $OpenBSD: GENERIC,v 1.613 2008/04/24 13:57:49 jsing Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -57,6 +57,7 @@ acpicpu* at acpi? acpiec* at acpi? acpiprt* at acpi? acpitz* at acpi? +acpiasus* at acpi? option PCIVERBOSE option EISAVERBOSE |