From owner-freebsd-ppc@FreeBSD.ORG Thu Aug 3 18:57:19 2006 Return-Path: X-Original-To: ppc@freebsd.org Delivered-To: freebsd-ppc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 155C816A4DD for ; Thu, 3 Aug 2006 18:57:19 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 799F443D45 for ; Thu, 3 Aug 2006 18:57:18 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [10.33.24.110] (nat-198-95-226-228.netapp.com [198.95.226.228]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id BZY51890 (AUTH peterg@ptree32.com.au); Fri, 4 Aug 2006 04:56:56 +1000 (EST) Message-ID: <44D24721.1060501@freebsd.org> Date: Thu, 03 Aug 2006 11:57:37 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8b) Gecko/20051014 MIME-Version: 1.0 To: Stefan Bethke References: <4A1E4B8B-C848-4124-B7B8-65CBBFBE7A5F@lassitu.de> In-Reply-To: <4A1E4B8B-C848-4124-B7B8-65CBBFBE7A5F@lassitu.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ppc@freebsd.org Subject: Re: Power-on and remote power controllers X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 18:57:19 -0000 > In Mac OS X you can set an option in System Preferences, Energy Saver, > Options: "Restart automatically after a power failure". It doesn't > appear to be available via nvram, so I'm not sure it can be changed > from FreeBSD or OpenBoot. To confirm, I did an nvram dump before/after modifying this setting and there was no change. I'm guessing that it results in a command to the external PMU. later, Peter.