https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204521

--- Comment #79 from Jesper Schmitz Mouridsen <[email protected]> ---
I can make CMD25 succeed by adding 

  bus_dmamap_sync(sc->rtsx_data_dma_tag, sc->rtsx_data_dmamap,
BUS_DMASYNC_POSTREAD);
        bus_dmamap_sync(sc->rtsx_data_dma_tag, sc->rtsx_data_dmamap,
BUS_DMASYNC_POSTWRITE);

before the cmd->data->data is memcpy'ed to the data dma buffer.

to the current git source...

*BUT* the follwing/subsequent CMD17 and CMD18 fails..

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to