summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/dev/apldart.c
AgeCommit message (Expand)Author
2021-06-25While it seems like we can choose any I/O virtual address for peripheralPatrick Wildt
2021-05-30Include <sys/mutex.h> to avoid a hidden header dependency.Visa Hankala
2021-05-24Add support for a DART with two sets of registers. We need this to supportMark Kettenis
2021-03-29Turns out the PCIe DARTs support a full 32-bit device virtual address space.Mark Kettenis
2021-02-27Add apldart(4), a driver for the IOMMU on Apple M1 SoCs.Mark Kettenis