K 10 svn:author V 3 mav K 8 svn:date V 27 2015-04-18T20:10:19.654379Z K 7 svn:log V 353 Workaround bhyve virtual disks operation on top of GEOM providers. GEOM does not support scatter/gather lists in its I/Os. Such requests are cut in pieces by physio(), that may be problematic, if those pieces are not multiple of provider's sector size. If such case is detected, move the data through temporary sequential buffer. MFC after: 2 weeks END