aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/scsi
Commit message (Expand)AuthorAgeFilesLines
* MFC r357040: virtio_scsi: use max target ID plus one as the initiator IDAndriy Gapon2020-02-272-6/+1
* MFC r349285Eric van Gyzen2019-07-031-0/+23
* MFC r346161: Fix SCSI sense data pass through.Alexander Motin2019-04-191-2/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-2/+2
* Read each field of the configuration individuallyBryan Venteicher2014-01-251-2/+32
* Remove spaces before tabs in the function prototype listBryan Venteicher2014-01-251-32/+32
* Add unmapped IO support to virtio_scsi(4)Bryan Venteicher2014-01-131-1/+4
* Remove incorrect bit shift when assigning the LUN request fieldBryan Venteicher2014-01-121-1/+1
* Merge virtio_scsi change from projects/virtioBryan Venteicher2013-07-041-10/+3
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-042-2/+2
* Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher2013-07-042-95/+15
* MFprojects/camlock r248982:Alexander Motin2013-04-141-1/+1
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-18/+21
* virtio: Start taskqueues threads after attach cannot failBryan Venteicher2012-12-141-6/+3
* virtio_scsi: Remove duplicated linesBryan Venteicher2012-12-121-4/+1
* Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID orAlexander Motin2012-10-121-2/+4
* Virtio SCSI driverPeter Grehan2012-10-113-0/+2740