summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/virtio_mmio.c
AgeCommit message (Expand)Author
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-04-15Implement version 2 of virtio(4) at fdt, as used by Parallels on thePatrick Wildt
2019-05-26Rework virtio_negotiate_features()Stefan Fritsch
2019-03-24virtio: Prepare for 64 feature bitsStefan Fritsch
2019-03-24virtio: adjust virtio_setup_queue prototype for 1.0Stefan Fritsch
2019-01-19virtio: Introduce defines for config(8) flagsStefan Fritsch
2019-01-10Move some common defines to virtiovar.hStefan Fritsch
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2017-02-24The interrupts have been established using the FDT interrupt API, so wePatrick Wildt
2017-01-26The only difference between armv7 and arm64 fdt virtio attachments is anJonathan Gray