CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2010/07/19 19:06:55
Modified files: sys/dev/ata : atascsi.c Log message: Do not put a data buffer on the stack. It will be dma'd to. Use malloc() for now, but mark it is dma reachable, and we will pick it up on the sweep in a while ok matthew