MichaelMerkel wrote:what are the optimal settings?
I believe that:
Maxtransfer should be 7FFFFFFF (FFFFFFF might also work but I have never dared try)
Mask should be FFFFFFFE (FFFFFFFC would also work, but seems unnecessary)
there are selectors right to the input field which offer some preset values - like scsi-standard, ide-standard, ...
checking them they are all completely different to the settings i have filled in. but why?!
As far as I can tell, they are historically ANCIENT settings from Classic Amiga times, and make no sense for AmigaOS4 (except possibly for AmigaOS4 Classic?).
Maxtransfer tells the maximum size of data that can be transfered in one "chunk", and I believe this is usually determined by what the underlying hardware supports and (sometimes) what the driver supports.
Mask determines the alignment of the memory used for the data transfer, and I believe this is determined by both what the hardware supports and (less often) what the driver supports. I'm not sure where 7FFFFFFF & 7FFFFFFC arise from, as they don't much any sense to me (they limit memory allocations to the lower 2GB of the 4GB address space - why???).
To be honest, I suspect that Maxtransfer & Mask are obsolete for AmigaOS4, and could probably be removed entirely. If they *aren't* obsolete yet, then ought to be, as you'd think OS4 should be better than a user at determining what the hardware & drivers support.