aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/virtio.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* virtio: make the write_config buffer argument constAlex Richardson2022-05-071-1/+1
* bhyve: virtio shares definitions between sys/dev/virtioKa Ho Ng2021-08-121-0/+4
* virtio: Reduce boilerplate for device driver module definitionsJessica Clarke2021-01-211-4/+9
* virtio_pci: Add sysctl to show current featuresBryan Venteicher2021-01-191-1/+4
* virtio: Add VirtIO PCI modern (V1) supportBryan Venteicher2021-01-191-0/+8
* virtio(4): Add PNP match metadata for virtio devicesConrad Meyer2019-06-041-0/+25
* virtio(4): Expose PNP metadata through newbusConrad Meyer2019-06-041-0/+2
* Add VirtIO bus config_generation methodBryan Venteicher2018-02-191-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.hBryan Venteicher2014-06-161-0/+1
* Split the virtio.h header file into multiple filesBryan Venteicher2014-06-011-54/+17
* Merge virtio_pci changes from projects/virtioBryan Venteicher2013-07-041-5/+0
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-041-1/+1
* Virtio SCSI driverPeter Grehan2012-10-111-0/+1
* No need to leak these into the includer's namespace.Peter Grehan2012-09-131-0/+6
* Various VirtIO improvementsPeter Grehan2012-07-111-3/+30
* Do not include <sys/types.h> in the local headers. The .c files includingDavid E. O'Brien2012-07-031-2/+0
* Catch up with Bryan Venteicher's virtio Hg repo:Peter Grehan2011-12-061-1/+24
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-181-0/+130