CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/06 13:31:26
Modified files:
sys/dev/ic : ufshci.c
Log message:
Add some memory barriers to make writing out the hibernate image work
on the Radxa Dragon Q6A. Moving forward we really need a side-effect free
bus_dmamap_sync(9), but a memory barrier will do the job as long as the
hardware has cache-coherent DMA.
ok mglocker@
