K 10 svn:author V 3 jah K 8 svn:date V 27 2016-08-07T15:50:08.521998Z K 7 svn:log V 454 powerpc busdma: Use pmap_quick_enter_page()/pmap_quick_remove_page() to handle bouncing of unmapped buffers. Also treat userspace buffers as unmapped, to avoid borrowing the UVA for copies. This allows sync'ing userspace buffers outside the context of the owning process, and sync'ing bounced maps in non-sleepable contexts. This change is equivalent to r286787 for x86. Reviewed by: jhibbits Differential Revision: https://reviews.freebsd.org/D3989 END