index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
virtio.c
Age
Commit message (
Expand
)
Author
2015-12-05
Make virtio_enqueue_commit return void
Stefan Fritsch
2015-07-18
KNF fixes
Stefan Fritsch
2015-06-11
remove uneeded pci includes
Jonathan Gray
2015-04-10
Axe vq_free_entry_locked
Stefan Fritsch
2015-04-10
Fix typo in macro name
Stefan Fritsch
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2014-12-16
include atomic.h to get atomic operations (virtio_membar). ok sf
Ted Unangst
2014-10-08
publish_avail_idx does not read the used ring, no need to call
Stefan Fritsch
2014-10-08
Add missing memory barriers to virtio.
Stefan Fritsch
2014-07-13
Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian
Theo de Raadt
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-06-26
fix format string when compiled with VIRTIO_DEBUG
Jasper Lievisse Adriaanse
2014-06-15
Fix hang with virtio event_idx feature
Stefan Fritsch
2013-03-10
Rename write_queue_address -> setup_queue
Stefan Fritsch
2013-03-10
if_vio: Add some more debug output if VIRTIO_DEBUG is defined
Stefan Fritsch
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-10-12
Add $OpenBSD$ CVS Ids.
Reyk Floeter
2012-09-19
Add new drivers for virtio network (vio) and block devices (vioblk, the disks
Stefan Fritsch