On Thu, Jun 23, 2011 at 03:42:05PM -0600, Ariane van der Steldt wrote: > CVSROOT: /cvs > Module name: src > Changes by: ari...@cvs.openbsd.org 2011/06/23 15:42:05 > > Modified files: > sys/kern : dma_alloc.c uipc_mbuf.c > sys/uvm : uvm_extern.h uvm_km.c > > Log message: > Make mbufs and dma_alloc be contig allocations.
My usual terse comments. :P What I mean is that the allocations are now always backed by phys contig memory. Prior to the diff, they were usually backed by phys contig memory, but this was not guaranteed. -- Ariane