Do not put a data buffer on the stack; malloc it (we will use dma_alloc
authorderaadt <deraadt@openbsd.org>
Tue, 13 Jul 2010 16:50:26 +0000 (16:50 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 13 Jul 2010 16:50:26 +0000 (16:50 +0000)
commit98e539f9572e3fbc2a3df3cd202fbcf9f842237c
treef694db44a8f365254734db239eecb8e06afc0ca6
parent7cfce8f0cbe53991ecd18ebda24c151fe4f40996
Do not put a data buffer on the stack; malloc it (we will use dma_alloc
later, when we trust it)
ok matthew
sys/dev/ata/ata.c