diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2013-01-17 01:29:08 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2013-01-17 01:29:08 +0000 |
commit | 7930b7a3ba8bd96bfa0f204b98b9f6a5d9da547a (patch) | |
tree | b46a64c5e25cf006c5652a51abaa4180c40a368e /sys/arch/amd64 | |
parent | e9bc9b4fa7a859e0120574743365aeffff48725d (diff) |
option HIBERNATE for amd64
presently there are issues with SMP which are being looked at, and a few
machines still reboot on the unpack stage.
ok deraadt@
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 8a46937220b..b3986f299c6 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.335 2012/11/29 23:38:25 stsp Exp $ +# $OpenBSD: GENERIC,v 1.336 2013/01/17 01:29:07 mlarkin Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -23,6 +23,7 @@ option MTRR # CPU memory range attributes control #option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600 option NTFS # NTFS support +option HIBERNATE # Hibernate support config bsd swap generic |