summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/busdma_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282120:hselasky2015-05-051-2/+2
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-2/+2
* MFC r257228:kib2013-12-171-0/+10
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-333/+261
* Drop this from 500 to 128, to save a little space on memory constrainedadrian2012-11-021-1/+1
* Free the dma map -after- it's checked, not before. Or you'll beadrian2012-11-021-1/+1
* Dynamically allocate the S/G lists passed to callback routines rather thanjhb2012-09-061-25/+36
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedjhb2012-03-011-5/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Whitespace fixes - indent with tabs instead of spaces.jchandra2010-09-071-64/+64
* On boards with >512MB memory, the result of vtophys cannot be convertedjchandra2010-09-071-17/+5
* Fix a bug where bus_dma_load_xxx() would not bounce misaligned buffersnwhitehorn2010-04-091-3/+8
* Add support for CPUs with cache coherent DMA. The two main changes are:neel2010-03-041-9/+24
* Do not leave dirty cache lines behind if bus_dmamap_sync was calledkan2010-01-271-1/+25
* Merge from projects/mips to head by hand:imp2010-01-101-166/+779
* Fix copyrights to reflect the origin of these files.imp2009-06-291-1/+1
* pmap_kenrel() was recently deleted from pmap.h. It was still usedimp2009-02-121-2/+2
* Retire NO_DMA completely.imp2009-02-081-7/+0
* o NO_DMA is no longer required as bug with PIIX4 emulation has been fixed in ...gonzo2009-01-141-2/+0
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,imp2008-04-131-0/+841
OpenPOWER on IntegriCloud