Page MenuHomeFreeBSD

busdma: deduplicate _bus_dmamap_addseg() function
ClosedPublic

Authored by mhorne on Wed, May 1, 4:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 7, 7:24 PM
Unknown Object (File)
Sat, May 4, 6:21 PM
Unknown Object (File)
Thu, May 2, 6:46 AM
Unknown Object (File)
Thu, May 2, 6:46 AM
Unknown Object (File)
Thu, May 2, 12:16 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