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)
Wed, Sep 4, 11:36 PM
Unknown Object (File)
Aug 7 2024, 9:35 PM
Unknown Object (File)
Aug 7 2024, 9:35 PM
Unknown Object (File)
Aug 2 2024, 6:56 PM
Unknown Object (File)
Jul 30 2024, 9:07 PM
Unknown Object (File)
Jul 27 2024, 11:16 AM
Unknown Object (File)
Jul 20 2024, 7:04 AM
Unknown Object (File)
Jul 1 2024, 8:33 AM
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 Not Applicable
Unit
Tests Not Applicable