Initial stab at a driver for the PCIe interface on the Rockhip RK3399. For
authorkettenis <kettenis@openbsd.org>
Tue, 2 Jan 2018 22:33:17 +0000 (22:33 +0000)
committerkettenis <kettenis@openbsd.org>
Tue, 2 Jan 2018 22:33:17 +0000 (22:33 +0000)
commit727cb1a9744315891dc91b9b8cee38d84568f0d4
tree06ba013da751a6c9e1566f388aa186d9a3ce31ae
parent5ebf2b4aeec5add0b5cbda6cac4047f9c7638bd2
Initial stab at a driver for the PCIe interface on the Rockhip RK3399.  For
now it cheats when setting up an interrupt handler.  This cheat only works
because it currently effectively only supports a single device.  But the
cheat works well enough to support the Firefly SATA adapter board.
sys/dev/fdt/files.fdt
sys/dev/fdt/rkpcie.c [new file with mode: 0644]