From owner-freebsd-acpi@FreeBSD.ORG Sun Dec 21 23:52:40 2008 Return-Path: Delivered-To: acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57763106564A for ; Sun, 21 Dec 2008 23:52:40 +0000 (UTC) (envelope-from nate@root.org) Received: from nlpi025.prodigy.net (nlpi025.sbcis.sbc.com [207.115.36.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2AE638FC17 for ; Sun, 21 Dec 2008 23:52:39 +0000 (UTC) (envelope-from nate@root.org) Received: from [10.0.5.18] (ppp-71-139-14-199.dsl.snfc21.pacbell.net [71.139.14.199]) (authenticated bits=0) by nlpi025.prodigy.net (8.13.8 smtpauth/dk/map_regex/8.13.8) with ESMTP id mBLNkHgp017797; Sun, 21 Dec 2008 17:46:18 -0600 Message-ID: <494ED54B.2060508@root.org> Date: Sun, 21 Dec 2008 15:46:19 -0800 From: Nate Lawson User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: David van Kuijk References: <494C22EA.5010408@bigfoot.com> <7d6fde3d0812191923g3824a094p647809a0993574b6@mail.gmail.com> <494D50F6.70303@root.org> <7d6fde3d0812201722l8af8ec1uee7a4b7f5de604dc@mail.gmail.com> <494EB598.4020708@bigfoot.com> In-Reply-To: <494EB598.4020708@bigfoot.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: acpi@freebsd.org Subject: Re: Problem on AMD64 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Dec 2008 23:52:40 -0000 David van Kuijk wrote: > Thanks for the responses so far. > > I would be happy with S3. I am however a little confused about the > abilities of my server as reported by sysctl hw.acpi. > > As commented below this line suggests that no other states than S4/S5 > are supported: > hw.acpi.supported_sleep_state: S4 S5 > > But this is also listed: > hw.acpi.standby_state: S1 > hw.acpi.suspend_state: S3 > > Are these last two overridden by the first, meaning that S3 is not > available from my BIOS??? Those are just the defaults for standby and suspend, respectively. Your BIOS only supports S4 (as is common for a lot of desktops). -Nate