K 10 svn:author V 3 mav K 8 svn:date V 27 2013-10-12T14:21:04.193038Z K 7 svn:log V 489 Deprecate and remove old batch CCB completion mechanism xpt_batch_start() / xpt_batch_done() as not enough flexible and requiring extra locking. Instead declare new function xpt_done_direct() to allow SIM hint CAM that it holds no locks, reenterable, etc. and this request completion can be processed just now in place. The new KPI may be a bit more complicated for use by SIM then previous, but it is more effcient and allows SIM to have several completion threads (interrupt vectors). END