Page MenuHomeFreeBSD

busdma: deduplicate _bus_dmamap_addseg() function
ClosedPublic

Authored by mhorne on May 1 2024, 4:33 PM.
Tags
None
Referenced Files
F156447592: D45047.diff
Wed, May 13, 6:23 PM
Unknown Object (File)
Wed, Apr 29, 9:26 AM
Unknown Object (File)
Wed, Apr 29, 9:19 AM
Unknown Object (File)
Tue, Apr 28, 8:27 PM
Unknown Object (File)
Tue, Apr 28, 8:23 PM
Unknown Object (File)
Mon, Apr 27, 4:10 PM
Unknown Object (File)
Tue, Apr 21, 7:28 AM
Unknown Object (File)
Mon, Apr 20, 2:09 PM

Details

Summary

It is functionally identical in all implementations, so move the
function to subr_busdma_bounce.c.

No functional change, except that the KASSERT present in the x86 version
is now enabled for all architectures. It should be universally
applicable.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable