CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/04/05 06:06:09
Modified files: sys/dev/ic : wdc.c Log message: Deep below wdc_ioc_ata_cmd() it is possible that some controller (present or future) will try to dma the command buffer to the disk in some way. Use dma_alloc() to get ahead of this potential failure path. ok dlg krw