K 10 svn:author V 3 mav K 8 svn:date V 27 2013-08-15T15:12:14.503573Z K 7 svn:log V 306 Make da(4) and ada(4) drivers call biodone() without holding any locks. That both reduces lock hold time improving performance, and makes devices reenterable, that may be needed for direct-dispatching GEOM. As side effect this removes limit on number of BIO_DELETEs aggregated in single ATA TRIM command. END