@toca180:
Hmm.. the A590 is a dma scsi controller, which means that it will transfer the data by itself to ram. Maybe the MTec 68020i is one of those ugly hacks which doesn't allow dma transfers to its own ram (only the 68020 on it can access the it) and thus the A590 fails when it is told to transfer to the MTec ram (when enabled, it will get the highest priority) which it then will fail.
I cant find any notes about this on either
amiga.resource.cx or
www.amiga-hardware.com. The only thing it says is that it is incompatible with the GVP Impact series of harddrives which is a common dma scsi controller which atleast suggest that the case is like I reasoned above. Do you have a manual for it and if so - does it say anything about this?
If this is the case, such cards should mark their memory as non MEMF_24BITDMA to make the driver for the harddrive-controller gracefully avoid it. Though it might not be implemented in the version of the drivers you have or not at all. I also think that you can play around with the transfermask for your partitions to force it to dma to only chip-ram for example. Does anyone else have any good advice on this perhaps?
(edit):
I noticed I was a sloppy reader. On
www.amiga-hardware.com it is mentioned that there had been problems reported using this card with a A2091 which is the same hardware as the A590, but as Zorro2 card instead.
/Patrik