Search results

  1. eharmon

    Macintosh 68060 Redux

    I think it's hard to do much better, yeah. It's already interleaving and I don't think memory of the era ever really went below 50ns? I'm out of my depth, but maybe with a custom quad-interleave memory controller it could keep up? Multi-channel wouldn't be period, that's too late. I don't know...
  2. eharmon

    updated firmware for new world ppc32 macs that allows booting from usb from the boot picker

    Yeah, it makes everything surprisingly clean and tidy. Repeating from above since it was sandwiched in the middle of a long block; with these nvram changes: - OS 9 drive firmware should be installable from Disk Utility - OS 9 should be pickable in the OS X Startup Disk configuration - USB...
  3. eharmon

    updated firmware for new world ppc32 macs that allows booting from usb from the boot picker

    After fighting with my mini this week I realized I introduced a bug into my script above. A corrected version: #!/bin/bash echo "Setting nvramrc to allow OS 9 boot picker and USB boot..." sudo nvram nvramrc="\" /\" select-dev \" PowerMac10,1\" encode-string \" model\" property \" PowerMac10,1\"...
  4. eharmon

    Atto SiliconExpress IV Continued

    Just dumped 128k and it's just a mirror image. Nice!
  5. eharmon

    Atto SiliconExpress IV Continued

    With a quick fix to SlotsGrab by @joevt, I've completely dumped the 1.6.1 ROM. So, updating this Qlogic firmware breakdown: 2.1.rc2 is 1.18 1.6.5 is 1.27 1.6.1 is 1.16 Nothing too exciting but it's good to get full dumps!
  6. eharmon

    System 7 (and OS 8) natively boots on the Mac mini G4!

    I did this on my mini a couple days ago, some notes for 7.6.1: - Sytem Profiler was hanging for me. Doing the update to 2.1.2 fixed it. - I tried a few different things but could not get networking to work. Even with Open Transport 1.3, 7.6.1 doesn't seem to want to speak with the ethernet...
  7. eharmon

    Atto SiliconExpress IV Continued

    I suppose I will add, from personal commentary: because the firmware and bitstreams seem likely to be extractable, and some ISP1000 are currently on eBay, this does seem possible to clone. The rest of the chips seem off-the-shelf. I have no plans to clone it, however. That is not my wheelhouse :).
  8. eharmon

    Atto SiliconExpress IV Continued

    I finally got one of these cards for a reasonable price (at least, not the $400 they kept going for during the pandemic). I figured I'd document some notes I didn't see anywhere else, or consolidate some bits with scattered misinformation: Yes, you can use it as a boot drive. Yes, on a Quadra...
  9. eharmon

    Macintosh 68060 Redux

    That depends on the machine ID as well. Q800 memory timings are even tighter than Q650 as it's tuned for 70ns memory, using the same ROM. (IIRC, if you load an LC475 ROM you get the Q800 timings for both, oddly enough).
  10. eharmon

    Macintosh 68060 Redux

    Hmmm, good point about later ROMs. Besides the novelty of PiStorm from an engineering perspective, it's not been interesting enough for me to tinker with one in an 030+ so I've never tried to fit one. Given it doesn't drop-into the socket, I bet no one else has either. The Mac being a real...
  11. eharmon

    Macintosh 68060 Redux

    Even on Amiga I believe PiStorm tracks the program counter to see when the system is running ROM regions that are timing sensitive and slows operation. To my knowledge that's never really been fully worked out on Macs, and unlike Amiga which only has a handful (relatively) of active ROMs due to...
  12. eharmon

    Macintosh 68060 Redux

    From GitHub:
  13. eharmon

    Macintosh 68060 Redux

    Theoretically the resources can be re-ordered without too much difficulty if someone puts in the effort to write a tool to adjust the various list pointers. It’s certainly doable without too much pain. If so I suspect enough resources could be dropped by sacrificing II-series support. There’s...
  14. eharmon

    Macintosh 68060 Redux

    Double socket stack making me laugh. The bottom is just a riser?
  15. eharmon

    Is anyone successfully emulating a Lisa?

    Run `git apply` in the repo, paste the patch, and press ctrl-d. This is assuming you're on macOS (you can also patch this way on Linux, but the patch here only fixes compatibility for macOS).
  16. eharmon

    Identify SE/30 video card

    The file is an overdump, or the card only maps the first 2k into memory. It can be parsed if you truncate the file to the first 2048 bytes. It supports 1024x770 at 1-bit.
  17. eharmon

    What is the technical reason why DDP AppleTalk doesn't work with WiFi?

    It just magically started working for me at some point, I was surprised too. I haven't tried everything but I can browse the network to discover devices and mount AFP over DDP.
  18. eharmon

    What is the technical reason why DDP AppleTalk doesn't work with WiFi?

    Ubiquiti APs + OpenWRT ethernet router working great here.
  19. eharmon

    Performance: AsanteFAST versus Farallon EtherFast?

    Today I was doing some research and noticed in a picture the Farallon uses a full duplex chip and I was curious to learn more! So then I found my own thread here...oops. Anyway, they do share pinouts, so I suspect it's a drop in replacement: LAN91C100...
  20. eharmon

    SuperMac PDQ, Spectrum 8, 24, Thunder ROMs

    I suppose this is good a thread as any: I was poking around the Radius listings on eBay today and realized something curious. The ThunderColor 30/1600 and Thunder IV run the same chipset: Radius 298-0001-01 Radius 298-0002-01 Radius 298-0010-01 The ThunderColor has an extra NEC chip that looks...
Back
Top