summaryrefslogtreecommitdiff
path: root/sys/dev/pci/virtio.c
AgeCommit message (Expand)Author
2015-12-05Make virtio_enqueue_commit return voidStefan Fritsch
2015-07-18KNF fixesStefan Fritsch
2015-06-11remove uneeded pci includesJonathan Gray
2015-04-10Axe vq_free_entry_lockedStefan Fritsch
2015-04-10Fix typo in macro nameStefan Fritsch
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-16include atomic.h to get atomic operations (virtio_membar). ok sfTed Unangst
2014-10-08publish_avail_idx does not read the used ring, no need to callStefan Fritsch
2014-10-08Add missing memory barriers to virtio.Stefan Fritsch
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-06-26fix format string when compiled with VIRTIO_DEBUGJasper Lievisse Adriaanse
2014-06-15Fix hang with virtio event_idx featureStefan Fritsch
2013-03-10Rename write_queue_address -> setup_queueStefan Fritsch
2013-03-10if_vio: Add some more debug output if VIRTIO_DEBUG is definedStefan Fritsch
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-12Add $OpenBSD$ CVS Ids.Reyk Floeter
2012-09-19Add new drivers for virtio network (vio) and block devices (vioblk, the disksStefan Fritsch