summaryrefslogtreecommitdiff
path: root/sys/dev/virtio
AgeCommit message (Expand)Author
2022-08-13viocon(4): Omit unused sc_dmamap.riastradh
2022-08-13viocon(4): Fix bus_dmamap_sync after tx: POSTWRITE, not POSTREAD.riastradh
2022-08-13viocon(4): Fix $NetBSD$ rcsid.riastradh
2022-08-13viocon(4): Fix tty device number.riastradh
2022-08-12viocon(4): New virtio tty driver imported from OpenBSD.riastradh
2021-10-22rename "setup_interrupts" to "alloc_interrupts"yamaguchi
2021-02-05Add virtio mmio probe functionreinoud
2021-01-28Rewrite and streamline virtio device config read/write and explicitly caterreinoud
2021-01-20Add VirtIO PCI v1.0 attachments and fix the drivers affected.reinoud
2020-10-03MMIO configuration space is in guest byte order. AArch64 BE is special,jmcneill
2018-07-16Do the previous in the way it probably should have been in the first place.kre
2018-07-16Be consistent with double include guard name (clang actually detects this)kre
2018-07-12revert previous, unintended, commitjakllsch
2018-07-12<sys/pmc.h> is gone; dontjakllsch
2018-06-15Add cfprint_t virtiobusprint() and use it for virtio_mmio.jakllsch
2018-06-06Add Virtio MMIO transport.jakllsch
2018-06-06shuffle mechanics of files.virtio config(5) include location,jakllsch