K 10 svn:author V 3 kib K 8 svn:date V 27 2015-12-26T11:10:44.838095Z K 7 svn:log V 270 MFC r292128: In md(4) over vnode, correct handling of the unaligned unmapped io requests which page alignment + size is greater than MAXPHYS. Split request up to the size of io which fits into pbuf KVA with alignment, and retry if a part of the bio is left unprocessed. END