Add bounce page zone.
[dragonfly.git] / sys / platform / pc32 / i386 / busdma_machdep.c
2009-02-17 Sepherosa ZiehauAdd bounce page zone.
2009-02-17 Sepherosa ZiehauFix warning about uninitialized variable (should be...
2009-02-17 Sepherosa ZiehauUse _bus_dmamap_load_buffer2() in bus_dmamap_load_mbuf()
2009-02-17 Sepherosa ZiehauAdd BUS_DMA_NOWAIT support to _bus_dmamap_load_buffer2()
2009-02-17 Sepherosa ZiehauFactor out _bus_dmamap_load_buffer2() from bus_dmamap_l...
2009-02-17 Sepherosa ZiehauFix the number of needed bounce pages' calculation
2009-02-17 Sepherosa Ziehau- Make sure that alignment constraint is at least 1...
2009-02-17 Sepherosa ZiehauFix dma tag boundry calculation.
2009-02-17 Sepherosa ZiehauBring in BUS_DMA_COULD_BOUNCE flag from FreeBSD.
2009-01-04 Sepherosa ZiehauWhite space
2009-01-04 Sepherosa ZiehauWhite space and minor style changes
2009-01-04 Sepherosa Ziehau- White space
2009-01-04 Sepherosa ZiehauWhite space
2009-01-04 Sepherosa Ziehaukmalloc(M_INTWAIT) will not fail
2009-01-04 Sepherosa Ziehau- Add hw.busdma sysctl tree.
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-07-14 Sepherosa Ziehau- When creating dma map, allocate at least one bounce...
2007-06-03 Simon SchubertCorrect conditional to correctly treat segments which...
2007-06-03 Matthew DillonImplement boundary and maximum segment size handling...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-13 Sascha WildnerAnsify the rest of the K...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-06-03 Matthew DillonRemove spl*() calls from i386, replacing them with...
2005-01-18 Joerg SonnenbergerIgnore zero length mbuf in bus_dmamap_load_mbuf.
2004-10-26 Matthew DillonDocument bus_dmamem_alloc() a bit more.
2004-10-14 Matthew DillonDo not use non-blocking malloc()'s in the busdma suppor...
2004-04-19 Joerg SonnenbergerIn contrast to FreeBSD 4 and 5, our slab allocator...
2004-04-02 Joerg SonnenbergerAllocate the DMA segment array in bus_dma_tag_create...
2004-02-16 Joerg SonnenbergerAdd BUS_DMA_ZERO flag to bus_dmamem_alloc.
2004-01-14 Matthew DillonAdd a missing thread pointer to a busdma call that...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: