From owner-freebsd-ppc@FreeBSD.ORG Thu Jan 27 04:17:54 2005 Return-Path: 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 0C5E516A4CE for ; Thu, 27 Jan 2005 04:17:54 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B68443D54 for ; Thu, 27 Jan 2005 04:17:53 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.31.113] (CPE-31-113.dsl.onthenet.net [203.144.31.113]) j0R4HpnP043881; Thu, 27 Jan 2005 14:17:52 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <41F86CAA.1070007@freebsd.org> Date: Thu, 27 Jan 2005 14:23:06 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Garance A Drosihn References: <41F170F1.2010701@finnovative.net> <41F3AFBD.60505@freebsd.org> <41F47300.3050406@freebsd.org> <41F47C1C.2060608@freebsd.org> <41F48BBB.3080708@freebsd.org> <41F8678A.5020005@freebsd.org> <4d31b98a8d4f2abc19afd42edf17bf68@mac.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Mac mini and FreeBSD - buildworld X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 04:17:54 -0000 >> Command-Power on powerbooks does an NMI IIRC. > > > Heh. I was wondering about that, but the USB keyboard that I have > does not include a power-on key... > > My mac was not responding to anything on the keyboard, and attempts to > ssh into the box were timing out, so I held down the power button on > the back of the Mac-mini for a few (10?) seconds. That successfully > powered it down, and then I powered it back up. That's the equivalent for machines that don't have a programmer's switch (e.g. eMac, G5 powermacs) since the external PMU microcontroller handles the power switch and can be programmed to either cycle the power or generate the 'nmi' interrupt. later, Peter.