K 10 svn:author V 6 marcel K 8 svn:date V 27 2012-05-06T17:31:29.880431Z K 7 svn:log V 407 Add device_get_busdma_tag() and device_set_busdma_tag() for 2 reasons: 1. It allows us to keep track of the tags that are being created for a device, and 2. It allows us to implement inheritance of constraints within newbus and without using bus_get_dma_tag() for now. These functions are in part the result of building busdma/mi alongside the existing bus_dma implementation. They may not stay. END