K 10 svn:author V 4 loos K 8 svn:date V 27 2015-01-09T02:47:57.558396Z K 7 svn:log V 365 MFC r273599: Fix a bug where DMA maps created with bus_dmamap_create() won't increment the map count and without being able to keep track of the current map allocation, bus_dma_tag_destroy() will fail to proceed and will return EBUSY even after all the maps have been correctly destroyed with bus_dmamap_destroy(). Found while testing the detach method of a NIC. END