CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/03/17 14:54:18
Modified files: sys/kern : dma_alloc.c Log message: make more dma pools -- all the way up to 64K. at least the scsi SCIOCCOMMAND wants a dma'able object that big. should we handle this another way, by handling that data in a buf? ok krw