summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/virtio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* non-PCI virtio files have been moved to sys/dev/pvreyk2017-01-211-903/+0
* virtio: Move interrupt handler into transport specific codesf2016-07-141-5/+3
* Make virtio_enqueue_commit return voidsf2015-12-051-4/+2
* KNF fixessf2015-07-181-53/+45
* remove uneeded pci includesjsg2015-06-111-4/+2
* Axe vq_free_entry_lockedsf2015-04-101-13/+5
* Fix typo in macro namesf2015-04-101-12/+12
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* include atomic.h to get atomic operations (virtio_membar). ok sftedu2014-12-161-1/+2
* publish_avail_idx does not read the used ring, no need to callsf2014-10-081-3/+1
* Add missing memory barriers to virtio.sf2014-10-081-1/+12
* Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianderaadt2014-07-131-3/+3
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* fix format string when compiled with VIRTIO_DEBUGjasper2014-06-261-3/+3
* Fix hang with virtio event_idx featuresf2014-06-151-8/+5
* Rename write_queue_address -> setup_queuesf2013-03-101-5/+5
* if_vio: Add some more debug output if VIRTIO_DEBUG is definedsf2013-03-101-1/+3
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* Add $OpenBSD$ CVS Ids.reyk2012-10-121-0/+1
* Add new drivers for virtio network (vio) and block devices (vioblk, the diskssf2012-09-191-0/+918