]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: dma-mapping: add dmam_alloc_coherent()
authorBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 21 Sep 2022 20:58:05 +0000 (20:58 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 22 Sep 2022 15:10:03 +0000 (15:10 +0000)
commit7105f0d967530852b907375687575a8c2ba62fd2
treec5ecae318bdcdc10ac7b290b734427ca6fb9f100
parentf9f4988dc48db76f764f418c35b2f76045ded279
LinuxKPI: dma-mapping: add dmam_alloc_coherent()

Add the devres version dmam_alloc_coherent() of dma_alloc_coherent()
along with the ancillary free function.

Sponsored by: The FreeBSD Foundation
MFC after: 7 days
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D36661
sys/compat/linuxkpi/common/include/linux/dma-mapping.h
sys/compat/linuxkpi/common/src/linux_pci.c