summaryrefslogtreecommitdiff
path: root/sys/dev/pv/vioblk.c
AgeCommit message (Expand)Author
2017-08-10sector_count is uninitialized if the SCSI cmdlen is not 6, 10, 12 orReyk Floeter
2017-06-03vioblk/virtio: Re-arrange some struct membersStefan Fritsch
2017-05-30More minor virtio tweaksStefan Fritsch
2017-05-30Replace nifty DBGPRINT() with a more familiar DPRINTF() and adjustKenneth R Westerback
2017-05-30Statically allocate resource to requests, and only create requestsKenneth R Westerback
2017-05-26vioblk: set VIOBLK_DONE from vioblk_vq_done1Stefan Fritsch
2017-05-26Move vioblk and vioscsi more fully into the world of iopool andKenneth R Westerback
2017-01-21Switch include of virtio header from dev/pci/ to dev/pv/Reyk Floeter
2017-01-21Move vioblk.c to sys/dev/pv/vioblk.cReyk Floeter