Port-macppc archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Installing and booting and OF3 machine from a single empty internaldisk, not working
On Thu, Dec 10, 2009 at 7:11 AM, Izumi Tsutsui
<tsutsui%ceres.dti.ne.jp@localhost> wrote:
> Hmm, cmdide0 is on pci1 over PCI-PCI bridge, and it looks
> src/sys/arch/powerpc/oea/ofw_autoconf.c::device_register()
> doesn't handle OFW bootpath which contains PCI-PCI bridge properly.
>
> ---
>> ultra1: /pci/@d/pci-ata@1/ata-4@0/disk@1
>
> /pci/
> pci0 at grackle0
>
> @d/
> ppb0 at pci0 dev 13 (+ pci1 at ppb0 bus 1)
> ~~
> pci-ata@1/
> cmdide0 at pci1 dev 1
> ~
> ata-4@0/
> atabus0 at cmdide0 channel 0
> ~
> disk@1
> wd1 at atabus0 drive 1
> ~
> ---
>
> I'm not sure how OF spec defines such device node paths,
> but I'll check how we should parse it.
Here is the entire devalias from my machine:
pci /pci
bridge /pci/@d
mac-io /pci/@d/mac-io
via-cuda /pci/@d/mac-io/via-cuda
rtc /pci/@d/mac-io/via-cuda/rtc
adb-keyboard /pci/@d/mac-io/via-cuda/adb/keyboard
adb-mouse /pci/@d/mac-io/via-cuda/adb/mouse
sound /pci/@d/mac-io/davbus/sound
enet /pci/@d/mac-io/ethernet
scca /pci/@d/mac-io/escc/ch-a
sccb /pci/@d/mac-io/escc/ch-b
nvram /pci/@d/mac-io/nvram
ide0 /pci/@d/mac-io/ata-3@20000
cd /pci/@d/mac-io/ata-3@20000/disk@0
zip /pci/@d/mac-io/ata-3@20000/disk@1
ide1 /pci/@d/pci-ata@1/ata-4@0
hd /pci/@d/pci-ata@1/ata-4@0/disk@0
ultra0 /pci/@d/pci-ata@1/ata-4@0/disk@0
ultra1 /pci/@d/pci-ata@1/ata-4@0/disk@1
usb /pci/@d/usb
fw /pci/@d/firewire
keyboard /pseudo-hid/keyboard
mouse /pseudo-hid/mouse
usb-keyboard
usb-mouse
no-boot /pci@80000000/pci-bridge@d/mac-io@5/fdc
last-boot /pci@80000000/pci-bridge@d/mac-io@5/ethernet
screen /pci@80000000/ATY,Rage128y@10
I hope this helps...
I didn't find much information about netbooting macppc from another
OS, but there are some rudimentary instructions for OpenBSD which I
will try.
Thanks!
Andy
Home |
Main Index |
Thread Index |
Old Index