K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-07-20T20:07:37.000000Z K 7 svn:log V 282 MFC: Chain the bus_dmamap_load() calls when mapping a command with a data CCB instead of using BUS_DMA_NOWAIT(). Since bus_dmamap_load() doesn't support BUS_DMA_NOWAIT in 4.x, this could result in data corruption if sufficient bounce pages weren't available. Submitted by: scottl END