summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/mmio
AgeCommit message (Expand)Author
2025-08-21virtio/mmio: Remove the unused virtio_mmio_if.mAndrew Turner
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-01-02Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-09-18virtio: remove virtio_alloc_virtqueues' flags argMina Galić
2023-09-18virtio: use bool for boolean functionsMina Galić
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-10-17virtio_mmio: Support command-line parametersColin Percival
2022-08-17virtio_mmio: Improve V1 spec conformanceBryan Venteicher
2022-08-03virtio_mmio: correct offset of VIRTIO_MMIO_CONFIG_GENERATIONBryan Venteicher
2022-05-06virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-10-11Add missing const after 6c4f95161d6eAlex Richardson
2021-10-11virtio: make the write_config buffer argument constAlex Richardson
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-01-21virtio_mmio: Delete a stale #if 0'ed debug printJessica Clarke
2021-01-21virtio_mmio: Fix V1 device probing spec conformance (section 4.2.3.1.1)Jessica Clarke
2021-01-21virtio_mmio: Fix a style(9) issueJessica Clarke
2021-01-19virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher
2020-12-23Stop redefining PAGE_SHIFT in virtio-mmioAndrew Turner
2020-12-18virtio_mmio: Fix feature negotiation copy-paste issue in r361943Jessica Clarke
2020-07-21Only write to VIRTIO_MMIO_GUEST_PAGE_SIZE with virtio mmio version 1Andrew Turner
2020-06-08virtio_mmio: Negotiate the upper half of the feature bits tooJessica Clarke
2020-05-07virtio_mmio: Add casts missing from r360722Jessica Clarke
2020-05-06virtio_mmio: Support non-transitional version 2 devicesJessica Clarke
2020-02-20virtio: Pass the interrupt type in mmio modeKristof Provost
2019-07-26virtio: Fix running on machines with memory above 0xffffffffKristof Provost
2019-06-04virtio(4): Expose PNP metadata through newbusConrad Meyer
2018-10-21Split out the virtio mmio FDT attachment and add an ACPI attachment.Andrew Turner
2018-06-15Make virtio queue re-initialization steps to be similar toRuslan Bukin
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2015-07-03Add 'prewrite' method allowing us to run some platform-specificRuslan Bukin
2015-06-18Remove duplicate defines.Ruslan Bukin
2015-03-15Hide virtio features negotiation messages under bootverbose.Alexander Motin
2014-12-30Set the page size in the virtio-mmio driver. Some backends, e.g QEMU, assumeAndrew Turner
2014-12-29Allow virtio_mmio to attach to ofwbus. Qemu places these here on at leastAndrew Turner
2014-12-12Add virtio bus 'poll' method allowing us to inform backend we areRuslan Bukin
2014-12-09o Add BERI Virtio Networking Frontend (if_vtbe)Ruslan Bukin
2014-12-09Update the virtio driver to work on the ARM AArch64 Foundation Model.Andrew Turner
2014-11-18Add Virtio MMIO bus driver.Ruslan Bukin