K 10 svn:author V 6 scottl K 8 svn:date V 27 2005-03-14T16:46:28.000000Z K 7 svn:log V 578 Refactor the bus_dma header files so that the interface is described in sys/bus_dma.h instead of being copied in every single arch. This slightly reorders a flag that was specific to AXP and thus changes the ABI there. The interface still relies on bus_space definitions found in so it cannot be included on its own yet, but that will be fixed at a later date. Add an MD for ever arch for consistency and to allow for future MD augmentation of the API. sparc64 makes heavy use of this right now due to its different bus_dma implemenation. END