The adapter requests 28V 5A from the PD charger. If the Cube tries to use more than 5A then something might happen. The adapter or charger might detect overcurrent and stop providing power or something in the adapter or PD charger (but not the Cube) might get hot. If something gets too hot then...
Seems like a solution would require a lot of hacking. Maybe convert the ATY,Apollo PEF into a shared library that doesn't match against the PCI device, create a wrapper NDRV that loads and calls the ATY,Apollo PEF and logs all the calls.
There's probably zero chance you can get acceleration in Mac OS 9 since you're using a GPU meant for Mac OS X.
Without the "ATY,Apollo" ndrv, Mac OS 9 should be able to use the "Non-existent hardware" ndrv from the "Mac OS ROM" file. It only requires Open Firmware to enable the graphics and set...
You could dump the PCI info in Open Firmware using my lspci for Open Firmware script.
Include output from dump-device-tree and devalias and printenv as well.
https://tinkerdifferent.com/threads/erics-apple-network-server-700-tinker-log.3987/post-41227
The suggestion was to switch master and slave after getting the HD to boot. Switching the devices means the HD would not have the same boot path that allowed it to boot so then it probably won't boot.
disks are weird in Open Firmware. Multiple disks of a bus may be represented by a single...
The B&W G3 has device aliases that you can use for the boot device path:
0 > devalias
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...
A DLOG combines the info of a WIND with a DITL.
Dialogs can be modeless - meaning you can interact with other stuff while it is displayed and it can be resized.
Sample source code and resources at https://68kmla.org/bb/index.php?threads/localtalk-but-faster.45615/post-505648
I don't recall if...
0c:00:10 is FireWire OHCI https://admin.pci-ids.ucw.cz/read/PD/0c/00
0c:03:10 is USB OHCI https://admin.pci-ids.ucw.cz/read/PD/0c/03
OF 3.1.x has code for USB to use the keyboard but that's about it.
OF 3.2.4 adds USB and FireWire mass storage support.
TIL?
Later definitions cannot override...
I created a 32K ROM in the Test1 folder in the attached zip. The ROM is using version 113-XXXXX-210 of the Rage Mobility Mac firmware from Open Firmware 4.6.4f1 iBook G3. It doesn't contain a Mac OS or Mac OS X driver. Those should be included in the OS.
I guess the first step is to see if it...
Open Firmware in the B&W G3 is missing mass storage drivers for USB and FireWire. These can be found in later versions of Open Firmware.
USB is OHCI, which should be in every version of Open Firmware that supports booting. Search for fcode images for the class code 0c:03:10
3.1.0f1 PowerBook...
The updater says it just improves PCI performance. I don't have a dump of the original firmware to compare so I don't know what changes were applied. My latest ROM list is at https://68kmla.org/bb/index.php?threads/pex-rom-project.23568/post-573923
I usually update the list at...
I've been looking at ROM checksums recently.
A Power Mac ROM has 14 checksums. The first 5 are for the first 3 MB (the 68K part). The remaining 9 are for the entire 4MB ROM, including the PowerPC/Open Firmware part (the last 1 MB).
Of the PEX ROM dumps I've seen, only the TriPEx.ROM is...
The 1.1.1f4 Power Mac G3 (Blue & White) Firmware Update 1.1 says it can update these versions:
Apple PowerMac1,1 1.0b4 BootROM built on 11/06/98 at 09:04:50
Apple PowerMac1,1 1.0f3 BootROM built on 12/08/98 at 17:37:15
Apple PowerMac1,1 1.0f5 BootROM built on 02/15/99 at 18:06:39
Apple...
I've only seen one ROM for the B&W G3. And there's a patched version for G4 upgrades.
I have a Rev 1 B&W G3 with G4 patches.
1999.0409 111f4 4e40465a.b9c7f354.db26f354 "ROM 3.1.1f4 B&W G3 0"
1999.0409 111f4 c1a05781.04f7f36d.a70af36d "ROM 3.1.1f4 B&W G3"
# Between the original and...
If the device's Open Firmware code is not in a PCI option ROM, then it is in the ROM of the Mac. What version of Open Firmware does the Mac have? I have a few ROMs with the ATY,RageM7 fcode, but not the one that has revision 113-XXXXX-119.
Use "get-new-world-rom.command" to capture a copy of...
I added Universal Tables parsing to the ROM Fiend template for Hex Fiend.app.
#24
I believe every ROM with a Universal Table is supported. It handles some differences between newer and older versions but not all differences. For example, the ProductInfo record can be 64, 72, 88...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.