From owner-freebsd-stable@FreeBSD.ORG Mon Feb 8 23:20:40 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40290106568B for ; Mon, 8 Feb 2010 23:20:40 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from mail-fx0-f226.google.com (mail-fx0-f226.google.com [209.85.220.226]) by mx1.freebsd.org (Postfix) with ESMTP id CAA978FC1C for ; Mon, 8 Feb 2010 23:20:39 +0000 (UTC) Received: by fxm26 with SMTP id 26so1228256fxm.13 for ; Mon, 08 Feb 2010 15:20:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=BO3j7xKguYcw5lydUCsDZUG+1JMiMm+isSlDTp15C90=; b=CLzBq95h3vY9cn0qVx7JATHQjBlo991vhvmaZmEaUHCpEZmCAoIeNcjjtJD3AobO66 M9KNGqNNugi16jyCbNPE96PdpYgloTyw2tUpJ4Eg4Y4T0HJxMy2prsoRiSnMOZ7g0hFK F4HEPlBh5cIjieCcGztMA7uV8ogJMhu558+Kg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=OyuGk15XzndkpjPdt9s6ieiCOjFvXQnPwmt6reWeNnsCF4lzVamdmXgvzP4HKuX/Cq BWt25VsAHiyXINwjcOXbHjWT0QQTvIE2qO+VUf21grV0KsMre6mjh7x35OUYofpQZl2Y iBiSj/DSR54KiWwd43EYhZ7LeQBjzIS90lBQ8= MIME-Version: 1.0 Received: by 10.223.5.17 with SMTP id 17mr3080596fat.0.1265671238562; Mon, 08 Feb 2010 15:20:38 -0800 (PST) In-Reply-To: <201002090013.33363.christof.schulze@gmx.com> References: <201002090013.33363.christof.schulze@gmx.com> Date: Tue, 9 Feb 2010 00:20:38 +0100 Message-ID: <3f1fd1ea1002081520g128f1597j3ba2e44d208aca6c@mail.gmail.com> From: Michal Varga To: Christof Schulze Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable@freebsd.org Subject: Re: suspend to disk X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2010 23:20:40 -0000 On Tue, Feb 9, 2010 at 12:13 AM, Christof Schulze wrote: > Hello everyone > > today I tried whether my samsung q35 laptop would suspend using acpiconf on > RELENG_8. I was amazed that acpiconf -s3 works out of the box. However > acpiconf -s4 does not work which would be the useful side of hibernation for > me. > http://www.freebsd.org/projects/acpi/ Excerpt: suspend to disk -- Implement a suspend/resume from disk mechanism. Possibly use the dump functions to dump pages to disk, then use ACPI to put the system in S4 or power-off. Resume would require changes to the loader to load the memory image directly and then begin executing again. -- Not done. Did anything change in recent years? m.