From owner-freebsd-sparc64@FreeBSD.ORG Thu Jun 14 20:41:48 2007 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70B6816A400 for ; Thu, 14 Jun 2007 20:41:48 +0000 (UTC) (envelope-from dwiest@vailsys.com) Received: from dprobd02.vailsys.com (dprobd02.vailsys.com [63.149.73.146]) by mx1.freebsd.org (Postfix) with ESMTP id 4A67B13C455 for ; Thu, 14 Jun 2007 20:41:48 +0000 (UTC) (envelope-from dwiest@vailsys.com) Received: from dfsfbd06.vail (dfsfbd06.vail [192.168.129.190]) by dprobd02.vailsys.com (Postfix) with ESMTP id AD6D88A5C91 for ; Thu, 14 Jun 2007 15:14:12 -0500 (CDT) Received: from dfwdamian.vail (dfwdamian.vail [192.168.129.233]) by dfsfbd06.vail (Postfix) with ESMTP id 8A003323EA3 for ; Thu, 14 Jun 2007 15:14:12 -0500 (CDT) Received: from dfwdamian.vail (dwiest@localhost.vail [127.0.0.1]) by dfwdamian.vail (8.13.4/8.13.4) with ESMTP id l5EKECjL025001 for ; Thu, 14 Jun 2007 15:14:12 -0500 (CDT) Received: (from dwiest@localhost) by dfwdamian.vail (8.13.4/8.13.4/Submit) id l5EKECnY003841 for freebsd-sparc64@freebsd.org; Thu, 14 Jun 2007 15:14:12 -0500 (CDT) X-Authentication-Warning: dfwdamian.vail: dwiest set sender to dwiest@vailsys.com using -f Date: Thu, 14 Jun 2007 15:14:11 -0500 From: Damian Wiest To: freebsd-sparc64@freebsd.org Message-ID: <20070614201411.GA30491@dfwdamian.vail> References: <6d7d37410706140312r279f1974ia20efb474a95a630@mail.gmail.com> <20070614180607.GD10144@aurora.pimp.org.za> <6d7d37410706141128l2d6770e9r8f00db11ae334bf2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6d7d37410706141128l2d6770e9r8f00db11ae334bf2@mail.gmail.com> User-Agent: Mutt/1.4.2i Subject: Re: APM/ACPI support? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 20:41:48 -0000 On Thu, Jun 14, 2007 at 08:28:18PM +0200, Didrik Madheden wrote: > On 14/06/07, Michael-John Turner wrote: > >On Thu, Jun 14, 2007 at 12:12:17PM +0200, Didrik Madheden wrote: > >> Does the Sparc64 platform have some sort of APM/ACPI support? What I'm > >> most interested in > >> 1) having the box actually shut down when doing shutdown. > >> 2) having the box react on the power button and do a safe shutdown. > > > >Well, neither APM nor ACPI are supported by SPARC-based systems, but you > >can achieve (1) by using "shutdown -p". Works fine for me on the Ultra 60 I > >have running 6.2-RELEASE. > Worked - thank you. > On a related note, is it possible to wake the system over ethernet or > a serial console? > Or possibly make it boot when disconnecting and connecting the power, > when the machine is turned off? (I'm trying to make the machine as > accessible as possible without physical access) > > /Didrik Madheden Typing "poweron" at the Ok> prompt should work for SPARCs with LOM (lights out management). -Damian