HomeFreeBSD

Deduplicate bus_dma bounce code.

Description

Deduplicate bus_dma bounce code.

Move mostly duplicated code in various MD bus_dma backends to support
bounce pages into sys/kern/subr_busdma_bounce.c. This file is
currently #include'd into the backends rather than compiled standalone
since it requires access to internal members of opaque bus_dma
structures such as bus_dmamap_t and bus_dma_tag_t.

Reviewed by: kib
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D33684

Details

Provenance
jhbAuthored on Jan 5 2022, 9:50 PM
Reviewer
kib
Differential Revision
D33684: Deduplicate bus_dma bounce code.
Parents
rGca1e55df2451: hier: Remove mips and sparc64
Branches
Unknown
Tags
Unknown