Now that MSI pages are properly mapped, all that debug code in smmu(4)
authorpatrick <patrick@openbsd.org>
Mon, 22 Mar 2021 20:34:45 +0000 (20:34 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 22 Mar 2021 20:34:45 +0000 (20:34 +0000)
commita66e8666dd1e8617ff67e2f516e578445287310a
treec80ec143ed7c7f7d5efbf2f77127ee26324d100e
parent403d8dc1191111656afb54eae28e2cf8f1cd4507
Now that MSI pages are properly mapped, all that debug code in smmu(4)
can be removed.  The only thing left to implement for smmu(4) to work
out of the box with PCIe devices is to reserve the PCIe MMIO windows.
Let's see how we can do this properly.
sys/arch/arm64/dev/smmu.c