aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/scsi
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Use xpt_path_sbuf() in few driversAlexander Motin2023-11-231-3/+1
* virtio: remove virtio_alloc_virtqueues' flags argMina Galić2023-09-181-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* virtio: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-1/+1
* virtio_scsi: Zero stack-allocated CCBsMark Johnston2021-05-171-0/+2
* virtio: Reduce boilerplate for device driver module definitionsJessica Clarke2021-01-211-6/+2
* virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher2021-01-191-15/+35
* virtio_scsi: Add modern (V1) supportBryan Venteicher2021-01-192-31/+69
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* virtio: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* virtio: Support MMIO bus for all devicesJessica Clarke2020-05-061-0/+3
* virtio_scsi: use max target ID plus one as the initiator IDAndriy Gapon2020-01-232-6/+1
* VirtIO SCSI: validate seg_max on attachEric van Gyzen2019-06-221-0/+23
* virtio(4): Add PNP match metadata for virtio devicesConrad Meyer2019-06-041-7/+4
* Fix SCSI sense data pass through.Alexander Motin2019-04-121-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