K 10 svn:author V 7 yongari K 8 svn:date V 27 2009-06-10T01:15:30.218827Z K 7 svn:log V 389 Controller will dma SCB command status for a given command and driver should read updated status back after issuing a SCB command. To send a command to controller and read updated status back, driver should synchronize both memory read and write operations with device. Fix bus_dmamap_sync operation specifier used in fxp_dma_wait() by adding both memory read and memory write operations. END