From owner-freebsd-acpi@FreeBSD.ORG Mon Sep 6 07:20:17 2010 Return-Path: Delivered-To: freebsd-acpi@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF13A10656CA for ; Mon, 6 Sep 2010 07:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8370C8FC26 for ; Mon, 6 Sep 2010 07:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o867KHex046386 for ; Mon, 6 Sep 2010 07:20:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o867KHOh046381; Mon, 6 Sep 2010 07:20:17 GMT (envelope-from gnats) Date: Mon, 6 Sep 2010 07:20:17 GMT Message-Id: <201009060720.o867KHOh046381@freefall.freebsd.org> To: freebsd-acpi@FreeBSD.org From: Andriy Gapon Cc: Subject: Re: kern/73823: [request] acpi / power-on by timer support X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Andriy Gapon List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2010 07:20:17 -0000 The following reply was made to PR kern/73823; it has been noted by GNATS. From: Andriy Gapon To: AW Cc: bug-followup@FreeBSD.org, Bruce Cran Subject: Re: kern/73823: [request] acpi / power-on by timer support Date: Mon, 06 Sep 2010 10:14:45 +0300 on 06/09/2010 09:54 AW said the following: >> Can someone (Bruce?) explain to me in greater detail what this PR is about? >> > I believed that the box can boot at the specified time if Linux powers it down... > and that it cant, if FreeBSD does it... > >> I thought that the functionality of turning power on at certain time completely >> belonged to BIOS. How is acpi(4) driver expected to help? >> > i dont know... maybe the power down procedure offers some flag > (like "power down, but honor the BIOS settings about wake-up time" and > "power down and ignore BIOS settings about wake-up time")? > That LAN wake-up packet worked fine (WOL?) if FreeBSD powered the box down... > > Maybe i used a different/buggy BIOS when I found the problem? > Maybe Linux couldnt do it, too...? > > I dont use that box (mainboard: ECS K7VVM+ or so)/FreeBSD anymore, > but it should be easy for u to test it on contemporary hardware... Well, I am not aware of any OS assistance or control over this. If hardware and BIOS support this feature and it is properly configured, then power-on happens entirely in hardware and for OS it looks just like a normal boot. BTW, an interesting page: http://www.mythtv.org/wiki/ACPI_Wakeup It mentions that BIOS would disable wake up if hardware clock is modified later. We do that. -- Andriy Gapon