Hi all,
I have brought this subject up a few months ago and received a lot of help from a particular member (Castallen) who was kind enough to check on what I was doing with respect to programming the eprom code and if it was being done properly or not.
Err.. time to elaborate me thinks.
I have one of these (GVP A2000 HC) scsi contollers
http://www.amiga-hardware.com/showhardware.cgi?HARDID=1195and also one of these (GVP A2000 HC2)scsi contollers
http://www.amiga-hardware.com/showhardware.cgi?HARDID=1190Both of these controllers have an odd & even pair of roms containing exactly the same driver version.
The version information on the original ROMS labeled 1.0 is as follows...
GVP V1.0
ODD 69D9
GVP V1.0
EVEN 1A3B
Even though both rom sets on both cards are labeled with a 1.0, Sysinfo informs me that the version of "scsidev.device" that these things put into memory is 3.0.
Now what I am hoping, is that someone else out there is running one of these two cards in thier A2000 and have a more recent version of the ROMS than myself. I have seen references made to a V3.07 and was hoping somebody might have a copy of this code.
The version 1.0 ROMS (with 3.0 driver) fails when it comes to attaching more than one SCSI device. Futhermore the one SCSI device that it does allow you to attach must be on ID 0 to function or it won't see it. This makes mounting a CDROM impossible.
Currently I am booting both machines from a floppy running binddrivers and using gvpscsi.device 3.15 from Ralph Babels site in order to boot up with a CDROM and/or more than one SCSI device on the chain. Works well, but I obviously want them to boot from HDD not floppy.
There is EPROM code on Mr Babels site, that is supposed to be for the series one cards and apparently works with some series two cards. I have tried unsucessfully to program that code, I do not believe that the code is compatible with my cards. If anyone here has made the gvpscsi3.hex code function on one of these cards I'd love to hear from you. I have converted the code to binary, split it bytewise, offset it as recommended by Mr Babel and performed a byteswap before programming the ROMS. I've also tried a slew of other things and no go.
So if anyone has one of the above cards working with a CDROM or more than one SCSI device attached, please help. :-(
Furthermore if anyone has archived ROM Code for GVP cards, I'd love to try some other code in these roms. (The 4.15 driver don't work).
Cheers all