Page MenuHomeFreeBSD

busdma: deduplicate _bus_dmamap_addseg() function
ClosedPublic

Authored by mhorne on May 1 2024, 4:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 14, 2:57 AM
Unknown Object (File)
Sat, May 10, 1:53 AM
Unknown Object (File)
Apr 29 2025, 7:48 PM
Unknown Object (File)
Apr 28 2025, 9:34 AM
Unknown Object (File)
Feb 26 2025, 1:43 AM
Unknown Object (File)
Feb 18 2025, 4:04 PM
Unknown Object (File)
Jan 24 2025, 4:12 AM
Unknown Object (File)
Jan 24 2025, 4:10 AM

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