From owner-freebsd-ppc@FreeBSD.ORG Sun Nov 6 10:10:01 2005 Return-Path: X-Original-To: freebsd-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 E9FC316A41F for ; Sun, 6 Nov 2005 10:10:01 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from cayenne.onthenet.com.au (cacheflow.OntheNet.com.au [203.22.124.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A86243D48 for ; Sun, 6 Nov 2005 10:10:01 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.17.160] (CPE-203-144-17-160.dsl.OntheNet.net [203.144.17.160]) by cayenne.onthenet.com.au (Postfix) with ESMTP id 95DC0759086; Sun, 6 Nov 2005 20:09:59 +1000 (EST) Message-ID: <436DD693.1060902@freebsd.org> Date: Sun, 06 Nov 2005 20:10:27 +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: "M. Warner Losh" References: <20051105.151124.27231338.imp@bsdimp.com> <436D34F4.50609@freebsd.org> <20051106.003724.97293247.imp@bsdimp.com> In-Reply-To: <20051106.003724.97293247.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: iMac Bondi 233 and 6.0 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: Sun, 06 Nov 2005 10:10:02 -0000 > Well, 7.0-20051105-current.iso worked, so I'll likely try to install > from that... I need to tear apart the machine I got and install a > bigger hard disk first.. Note that the bmac ethernet driver isn't supported :( I did some work on this a long while back (the mii interface works fine), but it's a complicated beast since it relies on the general-purpose DMA engine provided in the parent macio ASIC. I did try an SMC USB ethernet part but that didn't work on first try, and I didn't spend much time diagnosing it. > : The keyboard doesn't work with the debugger that early in the boot > : since it's USB and hasn't been probed yet. I've thought in the past > : about modifying syscons so that the PROM could be used until USB is > : probed, but it's not pretty. However, it does allow 'boot -d' and > : diagnosis for these types of panics. > > Yea. That would be cool. I'll dig up some patches. later, Peter.