K 10 svn:author V 3 sos K 8 svn:date V 27 2004-01-14T21:26:35.000000Z K 7 svn:log V 333 Use UMA instead of plain malloc for getting ATA request storage. This gives +10% performance on simple tests, so definitly worth it. A few percent more could be had by not using M_ZERO'd alloc's, but we then need to clear fields all over the place to be safe, and that was deemed not worth the trouble (and it makes life dangerous). END