]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow loading the same DMA address multiple times without any prior
authortychon <tychon@FreeBSD.org>
Thu, 16 May 2019 17:41:16 +0000 (17:41 +0000)
committertychon <tychon@FreeBSD.org>
Thu, 16 May 2019 17:41:16 +0000 (17:41 +0000)
commitb267afaa6b3bc38dd70df8cbcf0fdb6e28d4d085
tree93a024fb0dbd3aee0fd9fe943e67fc19dd7c45c5
parent65a87b4b103abce70164382ae80e3bc86ab526c3
Allow loading the same DMA address multiple times without any prior
unload for the LinuxKPI.

Reviewed by: kib, zeising
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D20181
sys/arm64/arm64/busdma_bounce.c
sys/arm64/include/bus_dma.h
sys/arm64/include/bus_dma_impl.h
sys/compat/linuxkpi/common/src/linux_pci.c
sys/sys/bus_dma.h
sys/x86/include/bus_dma.h
sys/x86/include/busdma_impl.h
sys/x86/iommu/busdma_dmar.c
sys/x86/x86/busdma_bounce.c
usr.sbin/camdd/camdd.c