K 10 svn:author V 3 jhb K 8 svn:date V 27 2012-03-29T18:58:02.411218Z K 7 svn:log V 347 Restore proper use of bounce buffers for ISA DMA. When locking was added, the call to pmap_kextract() was moved up, and as a result the code never updated the physical address to use for DMA if a bounce buffer was used. Restore the earlier location of pmap_kextract() so it takes bounce buffers into account. Tested by: kargl MFC after: 1 week END