Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()
authorpatrick <patrick@openbsd.org>
Thu, 25 Feb 2021 23:07:48 +0000 (23:07 +0000)
committerpatrick <patrick@openbsd.org>
Thu, 25 Feb 2021 23:07:48 +0000 (23:07 +0000)
commit619b146d99f441b1442881c022ac42665e3f35f6
treee1d9439463005c45445c11778f55f682ced89162
parent105b85376c476e28f1420b5fa60b9c36dd0ae0d0
Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()
so that we can provide IOMMU-hooked bus DMA tags for each PCI device.

ok kettenis@
sys/arch/arm/include/pci_machdep.h
sys/arch/arm64/dev/acpipci.c
sys/arch/arm64/dev/pciecam.c
sys/arch/arm64/include/pci_machdep.h
sys/arch/armv7/marvell/mvpcie.c
sys/arch/armv7/vexpress/pciecam.c
sys/dev/fdt/bcm2711_pcie.c
sys/dev/fdt/dwpcie.c
sys/dev/fdt/mvkpcie.c
sys/dev/fdt/rkpcie.c