CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2020/05/22 02:48:49
Modified files: sys/dev/fdt : files.fdt Added files: sys/dev/fdt : mvkpcie.c Log message: Add mvkpcie(4), a driver for the Aardvark PCIe controller found on the Armada 3700 SoC. So far only MSI is supported, since it was easier to implement. Both MSI and INTx share a single interrupt pin, so there's nothing to gain anyway, apart from legacy device support. With this I can push traffic through a bwfm(4) in my Turris Mox. ok kettenis@