K 10 svn:author V 3 mav K 8 svn:date V 27 2016-04-12T14:19:19.689106Z K 7 svn:log V 403 Allocate separate DMA area for synchronous IOCB execution. Usually IOCBs should be put on queue for asynchronous processing and should not require additional DMA memory. But there are some cases like aborts and resets that for external reasons has to be synchronous. Give those cases separate 2*64 byte DMA area to decouple them from other DMA scratch area users, using it for asynchronous requests. END