index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
alpha
/
dev
/
bus_dma.c
Age
Commit message (
Expand
)
Author
2004-12-25
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2004-11-09
Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings
Claudio Jeker
2003-10-18
typos from Jared Yanovich;
Jason McIntyre
2002-10-07
this removes the functionality of adding allocated
Michael Shalayeff
2002-10-06
No more need to initialize the result list before uvm_pglistalloc.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-08
Sprinkle pmap_update calls where relevant and some other
Artur Grabowski
2001-11-28
more typedef zapping vm_page_t -> struct vm_page *
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-09-19
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Michael Shalayeff
2001-07-25
Change the pmap_enter interface to merge access_type and the wired boolean
Artur Grabowski
2001-06-08
Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to
Artur Grabowski
2001-03-21
Move files from common to dev to be more like other archs
Artur Grabowski