Do not put a data buffer on the stack. It will be dma'd to. Use
authorderaadt <deraadt@openbsd.org>
Tue, 20 Jul 2010 01:06:54 +0000 (01:06 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 20 Jul 2010 01:06:54 +0000 (01:06 +0000)
commit72cc144983040ac2f16bd9f8ad1bbb3506563bda
tree56a4bdf1dc554a826f90da88c54d2a6377cd57e0
parent04975344c0b31e5721cf37e3cea21969361d7f94
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
sys/dev/ata/atascsi.c