Page MenuHomeFreeBSD

mpi3mr: Make these bus_dmamap_load calls synchronous
ClosedPublic

Authored by imp on Nov 14 2023, 10:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 28, 10:10 PM
Unknown Object (File)
Fri, Feb 27, 10:15 PM
Unknown Object (File)
Fri, Feb 20, 11:51 AM
Unknown Object (File)
Tue, Feb 17, 3:27 PM
Unknown Object (File)
Sun, Feb 8, 5:41 AM
Unknown Object (File)
Sat, Feb 7, 7:16 PM
Unknown Object (File)
Jan 31 2026, 6:21 PM
Unknown Object (File)
Jan 30 2026, 6:23 PM
Subscribers
None

Details

Summary

These calls "should" all be synchrounous. There's no bouncing that's
needed for them (at least in the typical case that we have a sane card
that has more bits of dma addresses decoded than we have memory), so
there's no errors possible. Ensure these calls are really synchronous
with BUS_DMA_NOWAIT flags (which should never fail now that the
bus_dmamem_alloc() has succeeded).

Test Plan

mav@ is listed as author in my tree.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 54432
Build 51322: arc lint + arc unit