I've been experimenting with physically byte swapping the IDE interface in my Falcon such that the I can access the partitions directly on other systems without slow-down on the Falcon from logical byteswapping.
All works brilliantly with EmuTOS -- as you'd expect, EmuTOS always works
I assume this is because not only is the data byte-swapped, but all the IDE control channels too.
Has anyone played with physical byte-swapping before and know of any tricks to logically swap the control information being fed into the drivers? Any option I'm not seeing?
I know HDDriver has a Suska variant, which I presume allows for fully swapped information, but I don't know how to trigger that.
Am I correct in my assumption it's the control data being swapped that's the issue?
Cheers,
BW


