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/amd64 | |
parent | 877eacbbf5e3806583a1c65b34abb823935b349e (diff) |
Import acpi power resource driver. This is needed for suspend/resume logic.
Okay jordan@ and marco@.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 6de9641a778..25a3c1bac64 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.266 2009/06/03 00:36:59 pirofti Exp $ +# $OpenBSD: GENERIC,v 1.267 2009/06/03 07:13:48 pirofti Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -53,6 +53,7 @@ acpimadt0 at acpi? acpithinkpad* at acpi? acpivideo* at acpi? acpivout* at acpivideo? +acpipwrres* at acpi? mpbios0 at bios0 |