diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2009-06-03 07:13:49 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2009-06-03 07:13:49 +0000 |
commit | 9f74c66d915634164cbd2f0923dda5c124061afe (patch) | |
tree | 3b7ac7f0d7abe6134a2d15e36d74ab5c0f01e791 /sys/arch/i386 | |
parent | 877eacbbf5e3806583a1c65b34abb823935b349e (diff) |
Import acpi power resource driver. This is needed for suspend/resume logic.
Okay jordan@ and marco@.
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 7b864efac1e..58c27ebc64b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.661 2009/06/03 00:36:59 pirofti Exp $ +# $OpenBSD: GENERIC,v 1.662 2009/06/03 07:13:48 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -65,6 +65,7 @@ acpiasus* at acpi? acpithinkpad* at acpi? acpivideo* at acpi? acpivout* at acpivideo? +acpipwrres* at acpi? option PCIVERBOSE option EISAVERBOSE |