summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/dev/bus_dma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add size for free.visa2018-01-111-2/+5
* Replace a plethora of historical protection options with justderaadt2014-11-161-3/+3
* Replace all queue *_END macro calls except CIRCLEQ_END with NULL.doug2014-09-131-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andmpi2014-07-111-7/+6
* Fix the error path in bus_dmamem_map.ariane2011-06-231-6/+2
* Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod2010-12-261-2/+2
* This is a first step towards getting rid of avail_start and avail_end in themiod2010-11-201-4/+2
* pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead ofoga2010-04-101-6/+8
* PMAP_CANFAIL for bus_dmamem_map on all other architectures (and someoga2010-03-291-6/+18
* Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.oga2009-04-201-1/+3
* Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.oga2009-04-141-3/+5
* When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notmiod2009-03-071-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Apply (with slight variants) this elimination of bzero() with M_ZERO:krw2007-10-021-4/+3
* Check for stale flags in the DMA map.brad2006-05-211-1/+5
* - _bus_dmamap_load_buffer_direct_common -> _bus_dmamap_load_buffer_directbrad2006-05-211-9/+10
* Fix a couple of comments.brad2006-05-211-4/+4
* Keep track of which DMA window was actually used to map thebrad2006-05-121-1/+6
* Use PAGE_SIZE rather than NBPG.brad2006-04-131-3/+3
* In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter.miod2006-03-181-3/+1
* no more Mach-macrosmartin2005-10-281-2/+2
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-251-4/+4
* Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappingsclaudio2004-11-091-1/+3
* typos from Jared Yanovich;jmc2003-10-181-3/+3
* this removes the functionality of adding allocatedmickey2002-10-071-1/+2
* No more need to initialize the result list before uvm_pglistalloc.art2002-10-061-2/+1
* First round of __P removal in sysmillert2002-03-141-3/+3
* Sprinkle pmap_update calls where relevant and some otherart2001-12-081-1/+2
* more typedef zapping vm_page_t -> struct vm_page *art2001-11-281-3/+3
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+1
* Switch everything to the new bus_dmamap_sync API.art2001-11-051-3/+5
* merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okmickey2001-09-191-2/+1
* Change the pmap_enter interface to merge access_type and the wired booleanart2001-07-251-3/+3
* Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toart2001-06-081-3/+3
* Move files from common to dev to be more like other archsart2001-03-211-0/+674