CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/13 10:47:03
Modified files:
sys/sys : pool.h
sys/conf : files
sys/uvm : uvm_init.c
Added files:
sys/kern : dma_alloc.c
Log message:
dma_alloc() and dma_free(). This is a thin shim on top of a bag of
pools, sized by powers of 2, which are constrained to dma memory.
ok matthew tedu thib
