diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2012-07-12 09:45:57 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2012-07-12 09:45:57 +0000 |
commit | 74e82926ba60286dc17b28e2ee8c5eea32c83b46 (patch) | |
tree | 0dbf08b5947d96f0f9ec11c35a2056f825eae75a /sys/arch/i386 | |
parent | d40187adc5bc7d1340f27b3798c8af0d0e22e22c (diff) |
Enable hibernate (suspend-to-disk) support for i386.
Presently only working on pciide/wd disks.
ok deraadt@
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 fa16443676b..139f00ddde1 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.735 2012/07/09 06:33:18 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.736 2012/07/12 09:45:56 mlarkin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -27,6 +27,7 @@ option COMPAT_LINUX # binary compatibility with Linux option PROCFS # /proc option NTFS # NTFS support +option HIBERNATE # Hibernate support config bsd swap generic |