CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2010/07/13 10:50:26
Modified files: sys/dev/ata : ata.c Log message: Do not put a data buffer on the stack; malloc it (we will use dma_alloc later, when we trust it) ok matthew
CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2010/07/13 10:50:26
Modified files: sys/dev/ata : ata.c Log message: Do not put a data buffer on the stack; malloc it (we will use dma_alloc later, when we trust it) ok matthew