K 10 svn:author V 3 mux K 8 svn:date V 27 2003-07-27T13:52:10.000000Z K 7 svn:log V 276 - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed memory in bus_dmamem_alloc(). This is possible now that contigmalloc() supports the M_ZERO flag. - Remove the locking of Giant around calls to contigmalloc() since contigmalloc() now grabs Giant itself. END