K 10 svn:author V 3 mav K 8 svn:date V 27 2015-08-29T10:52:16.874793Z K 7 svn:log V 269 MFC r286814, r286816: Remove UMA allocation of ATA requests. After CAM replaced old ATA stack, this driver processes no more then one request at a time per channel. Using UMA after that is overkill, so replace it with simple preallocation of one request per channel. END