It's Alchemy Architecture, not Gazelle in which this card is problematic without the Great Gazelle PCI Fix.
The Gazelle PCI Fix applies to the Open Firmware phase which is before the Happy Mac phase.
Is Happy Mac phase before the part that lets you press the shift key to disable extensions?
Check the Open Firmware phase by connecting the Power Mac 6360 to another computer via serial cable.
Capture output from
dump-device-tree
Some notes regarding using serial port:
https://forums.macrumors.com/thread...l-work-in-a-beige-power-macintosh-g3.2303689/
Makes no sense to me unless some PCI equivalent of DeclROM in a NuBus Mac is present?
We can extract DeclROM from the ROM if we have a ROM dump.
Which ROM does your Power Mac 6360 have?
Get the 64-bit checksum and see if it matches a known ROM.
https://tinkerdifferent.com/threads/apple-network-server-macos-based-roms-found.4756/post-41390
We can check the PCI devices are discoverable using lspci for Open Firmware.
https://tinkerdifferent.com/threads/apple-network-server-macos-based-roms-found.4756/post-42356
We can verify that
probe-all succeeds by changing the nvramrc script. Type
nvedit, enter these lines:
Code:
install-console
cr
." stack:" .s cr
." [ probe-all" cr
probe-all
cr
." ] probe-all" cr
." stack:" .s cr
banner
Type Control-C to end nvedit. Then type
nvstore to save the changes.
Enable nvramrc script by typing
setenv use-nvramrc? true
Reboot.
If it works correctly, you should see the probe-all message before and after probing, and the stack before and after probe-all should be unchanged.
Depending on your ROM, we may need to change the
install-console word.
We can use the
dump-device-tree and
lspci info to add emulation for the Power Mac 6360 in DingusPPC. That might be helpful in debugging stuff.