Welcome, Guest. Please login or register.

Author Topic: Homebuild IDE interface that autoboots?  (Read 2057 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Doobrey

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 1876
    • Show all replies
    • http://www.doobreynet.co.uk
Re: Homebuild IDE interface that autoboots?
« on: January 25, 2006, 09:53:18 PM »
I was thinking of the same thing over Xmas, came up with 2 ideas.
 1. Build a simple interface but hack the driver into the Kickstart ROM.
 2. Rip out Gary and hack in the A600's Gayle chip..the driver is already in the Kickstart (for v37.300+ anyway) plus the added bonus of a PCMCIA slot too..assuming it all works (cos they aren't pin compatible, and Gayle needs a few more signals that aren't available on the Gary socket)
On schedule, and suing
 

Offline Doobrey

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 1876
    • Show all replies
    • http://www.doobreynet.co.uk
Re: Homebuild IDE interface that autoboots?
« Reply #1 on: January 25, 2006, 10:40:20 PM »
Quote

fafler wrote:
That would be a good solution, but i have no idea how to do that.


The simplest way would be to just overwrite scsi.device with the new driver code compiled to ORG at the same ROM address,then burn a new kickstart (Or even better, build Redskull's KF500 flashrom board on Aminet, and set the second half of the flash to be an 'extended' rom and write the ide driver in there)
 The downside to overwriting scsi.device is that the new code can't be any larger, otherwise you'll start overwriting other residents too!

Quote

Wouldn't that give the A500 all the A600's memory problems? I don't want to give up my 8 mb FastRAM for PCMCIA.


Yeah that's true. It didn't even cross my mind when I thought about it, cos I don't have 8mb to worry about, lucky git.
 I guess the neatest way would be to use a PLD to emulate the IDE registers of Gayle and let Gary do the rest
On schedule, and suing