@Crusher:
I tried a one year old 10krpm 72GB IBM U160 disk on my CSPPC and got 34MB/Sec when doing raw reads from the disk. Ofcourse the CSPPC SCSI-interface was set to use the synchronous 20MHz 16-bit transfer mode... this mode is the fastest available mode and thus 40MB/Sec is the theoretical maximum for the CSPPC SCSI.
Just as a sidenote, even if the CSPPC SCSI-chip could handle faster SCSI transfer modes, like 80MB/Sec, it probably would not be able to transfer data to/from memory any faster. If you own a CSPPC, download
bustest and execute it with the argument 'fast'. The results you will get from bustest is the bandwidth at which the 68k cpu can access the CSPPC onboard fastmem. You can assume that the CSPPC SCSI-chip wont be able to do any better multiple longword transfers than the 68k cpu. If you consider that, you will see that there is not much bandwidth headroom when using 40MB/Sec SCSI.
//end of long sidenote

(edit):
When using
DiskSpeed to test what transferrates that could be achieved via the filesystem (as in everyday use), I got a maximum of 32MB/Sec... not too shabby.
/Patrik