K 10 svn:author V 6 marcel K 8 svn:date V 27 2013-11-09T20:11:21.356805Z K 7 svn:log V 383 Fix busdma_md_unload() to recursively call devices up the device tree. When we map we start at the root and recurse down to the leaf device. When we unmap, we go the reverse direction. This fix actually has us call the unmap function of the PCI bridge, which means we now free up I/O MMU mappings. This and previous few commits were all done from the Altix itself. Looking good... END