Skip to main content
Home Forums 68kMLA NuBus IDE Controller Card Project!?! =8-O — #18
Post #18 by Bunsen
Source Forum68kMLA
CategoryDevelopment
Post DateSat, 29 Jan 2011 - 19:35
Original URLhttps://68kmla.org/bb/threads/nubus-ide-controller-card-project-8-o.22070/
Post
With the usual disclaimer about being in way over my head, but noting the horror stories above about driver development, how about this approach:

  • Clone the Jackhammer or similar fast Nubus SCSI card, using its ROM and drivers, but
  • Leave the SCSI controller & sockets off the board.
  • optional:
    Bring their pinouts to a daughterboard connector.
  • Build one daughterboard with the original SCSI chip & connectors for testing the host card.

[*]Add a Propeller/ARM/FPGA/whatever (daughterboard) to emulate the original SCSI controller (or at least its I/O to the host board) and translate to IDE/USB/RAMdisk/flash/whatever.





The hardware development task is reduced to (mostly) reverse engineering and re-routing an existing design, and the software development task is boosted out of the hideously Byzantine sounding low-level Mac 68k world, into the world of modern tools and languages, documented interfaces, and shared, open code.

Frankly, I think that's the only approach to *completely avoiding* writing custom driver software that has a snowflake's chance in heck of working.
8-)

mp.ls