summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/virtio.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: make the write_config buffer argument constAlex Richardson2022-05-071-1/+1
* virtio_pci: Add sysctl to show current featuresBryan Venteicher2021-01-191-20/+37
* virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher2021-01-191-11/+65
* Revert: virtio: Support non-legacy network device and queueBryan Venteicher2021-01-191-1/+1
* virtio: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* virtio: Support non-legacy network device and queueJessica Clarke2020-06-081-0/+1
* Remove FreeBSD 8 support from virtio.Warner Losh2020-03-011-5/+0
* virtio(4): Expose PNP metadata through newbusConrad Meyer2019-06-041-0/+24
* Add VirtIO bus config_generation methodBryan Venteicher2018-02-191-0/+7
* Sync VirtIO IDs with LinuxBryan Venteicher2018-01-141-8/+15
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Split the virtio.h header file into multiple filesBryan Venteicher2014-06-011-0/+1
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-041-30/+29
* Virtio SCSI driverPeter Grehan2012-10-111-0/+1
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Various VirtIO improvementsPeter Grehan2012-07-111-22/+15
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-181-0/+283