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!
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