busdma: Add PROTECTED bus_dma_tag_create() flag.
[dragonfly.git] / sys / sys / bus_dma.h
2011-01-08 Sepherosa Ziehaubusdma: Add PROTECTED bus_dma_tag_create() flag.
2011-01-08 Sepherosa Ziehaubusdma: Add PRIVBZONE and ALLOCALL bus_dma_tag_create...
2009-06-04 Matthew DillonAdd prototype for bus_dma_tag_getmaxsize().
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamem_coherent_any()
2009-02-17 Sepherosa Ziehaubusdma(9): Add BUS_DMA_ALIGNED hint flag
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamap_load_mbuf_defrag()
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa ZiehauFactor out bus_dmamem_coherent() to allocate busdma...
2009-02-17 Sepherosa ZiehauBounce page work
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...