summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/virtio.c
AgeCommit message (Expand)Author
2024-04-11vtscmi: Add a virtio-scmi driverCristian Marussi
2024-01-30virtio: Add more device IDs from the specificationBryan Venteicher
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 .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
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-19virtio_pci: Add sysctl to show current featuresBryan Venteicher
2021-01-19virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher
2021-01-19Revert: virtio: Support non-legacy network device and queueBryan Venteicher
2020-09-01virtio: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-08virtio: Support non-legacy network device and queueJessica Clarke
2020-03-01Remove FreeBSD 8 support from virtio.Warner Losh
2019-06-04virtio(4): Expose PNP metadata through newbusConrad Meyer
2018-02-19Add VirtIO bus config_generation methodBryan Venteicher
2018-01-14Sync VirtIO IDs with LinuxBryan Venteicher
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-06-01Split the virtio.h header file into multiple filesBryan Venteicher
2013-07-04Merge virtio changes from projects/virtioBryan Venteicher
2012-10-11Virtio SCSI driverPeter Grehan
2012-10-10Revert previous commit...Kevin Lo
2012-10-09Prefer NULL over 0 for pointersKevin Lo
2012-07-11Various VirtIO improvementsPeter Grehan
2011-11-18Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan