K 10 svn:author V 3 mav K 8 svn:date V 27 2011-12-28T22:49:28.812937Z K 7 svn:log V 311 Set maximum I/O size for mps(4) to MAXPHYS. Looking into the code, I see no reason why it should be limited to 64K of DFLTPHYS. DMA data tag is any way set to allow MAXPHYS, S/G lists (chain elements) are sufficient and overflows are also handled. On my tests even 1MB I/Os are working fine. Reviewed by: ken@ END