From owner-freebsd-ppc@FreeBSD.ORG Sat Jan 31 04:42:11 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 DB46316A4CE for ; Sat, 31 Jan 2004 04:42:11 -0800 (PST) Received: from decstation.larkowski.net (d60-65-37-214.col.wideopenwest.com [65.60.214.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id A768C43D68 for ; Sat, 31 Jan 2004 04:42:04 -0800 (PST) (envelope-from peter@larkowski.net) Received: from localhost (peter@localhost)i0VCg8C28815 for ; Sat, 31 Jan 2004 07:42:09 -0500 (EST) Date: Sat, 31 Jan 2004 07:42:06 -0500 (EST) From: peter@larkowski.net To: freebsd-ppc@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: 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: Sat, 31 Jan 2004 12:42:12 -0000 Hi all. I'm trying get freebsd onto my 12" powerbook (2nd rev, 1Ghz, airport extreme, mini-dvi, etc, etc) and the kernel from http://people.freebsd.org/~grehan/kernel.syscons crashes with or without syscons and regardless of the presence of a usb keyboard. Here's the tail end of the dmesg: ..... pci1: at device 18.0 (no driver attached) macio0: mem 0x80000000-0x8007ffff at device 23.0 on pci1 zs0: mem 0x8700-0x87ff,0x8600-0x86ff,0x8500-0x85ff,0x8400-0x84ff,0x13000-0x13fff irq 23,22 on macio0 panic: nexus_alloc_resource: no pic attached Welcome to Debugger, panic Stopped at 0x3496f4: lwz r0, r1, 0x14 db> __________________________________________________________________________ At this point, if I am in syscons, I have no keyboard any longer, so I hold the power button and return to OSX, but if I disable syscons, I can poke around in the debugger on either keyboard (usb or builtin) Any thoughts? -p