From owner-freebsd-ppc@FreeBSD.ORG Sun Feb 1 17:23:09 2004 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 2874B16A4CE for ; Sun, 1 Feb 2004 17:23:09 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 372A343D1F for ; Sun, 1 Feb 2004 17:23:07 -0800 (PST) (envelope-from peterg@ptree32.com.au) Received: from ptree32.com.au (CPE-30-4.dsl.onthenet.net [203.144.30.4]) i121N3ZG055149; Mon, 2 Feb 2004 11:23:03 +1000 (EST) (envelope-from peterg@ptree32.com.au) Message-ID: <401DA6ED.8030408@ptree32.com.au> Date: Mon, 02 Feb 2004 11:25:01 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: peter@larkowski.net, fn@radio-do.de References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Booting a 2nd rev 12" powerbook (1Ghz) 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: Mon, 02 Feb 2004 01:23:09 -0000 Hi Peter, > Ok, there is not in fact a "interrupt-controller" node. Where do we go > from here? Is there any other useful info I can provide? Let me know. Thanks, that's all I needed. I've put an updated kernel with a new GEM ethernet PCI ID and a slightly different interrupt controller OFW probe which should fix your problem: www.freebsd.org/~grehan/kernel.p Let me know how it goes. I think the next thing you will hit is that the ATA drive may not be probed, since I think the 12" P'Book has the 'Kauai' controller which isn't supported yet. Frank, this should fix your 17" P'Book panic as well. later, Peter.