Booting a 2nd rev 12" powerbook (1Ghz)
Peter Grehan
grehan at freebsd.org
Sun Feb 1 01:49:10 PST 2004
Hi Peter,
> pci1: <network> at device 18.0 (no driver attached)
This is the first problem: the GEM driver needs to be updated
with new PCI IDs. That's an easy fix, and I'll get that done pronto.
> panic: nexus_alloc_resource: no pic attached
This has also been seen on the 17" P'Book. The algorithm used
to locate the interrupt controller in the OpenFirmware device tree
isn't working on these models.
At the OpenFirmware prompt, would you be able to do
0 > dev /chosen
0 > .properties (don't forget the '.' !)
... and there should be a node called "interrupt-controller". If
not, the probe won't work, and that's where the panic is coming
from.
> 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?
That's because USB hasn't been probed yet so the syscons/USB kbd
won't work. With syscons disabled, the console is the polled-mode
OpenFirmware console, so both the USB and internal kbd's will work.
later,
Peter.
More information about the freebsd-ppc
mailing list