summaryrefslogtreecommitdiff
path: root/sys/dev/virtio/scsi
AgeCommit message (Expand)Author
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-23Use xpt_path_sbuf() in few driversAlexander Motin
2023-09-18virtio: remove virtio_alloc_virtqueues' flags argMina Galić
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-13virtio: Use __diagused for variables only used in KASSERT().John Baldwin
2021-05-16virtio_scsi: Zero stack-allocated CCBsMark Johnston
2021-01-21virtio: Reduce boilerplate for device driver module definitionsJessica Clarke
2021-01-19virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher
2021-01-19virtio_scsi: Add modern (V1) supportBryan Venteicher
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-09-01virtio: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-06virtio: Support MMIO bus for all devicesJessica Clarke
2020-01-23virtio_scsi: use max target ID plus one as the initiator IDAndriy Gapon
2019-06-22VirtIO SCSI: validate seg_max on attachEric van Gyzen
2019-06-04virtio(4): Add PNP match metadata for virtio devicesConrad Meyer
2019-04-12Fix SCSI sense data pass through.Alexander Motin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2014-11-21Prevent overflow issues in timeout processingSteven Hartland
2014-01-25Read each field of the configuration individuallyBryan Venteicher
2014-01-25Remove spaces before tabs in the function prototype listBryan Venteicher
2014-01-13Add unmapped IO support to virtio_scsi(4)Bryan Venteicher
2014-01-12Remove incorrect bit shift when assigning the LUN request fieldBryan Venteicher
2013-07-04Merge virtio_scsi change from projects/virtioBryan Venteicher
2013-07-04Merge virtio changes from projects/virtioBryan Venteicher
2013-07-04Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher
2013-04-14MFprojects/camlock r248982:Alexander Motin
2013-02-12Reform the busdma API so that new types may be added without modifyingKonstantin Belousov
2012-12-14virtio: Start taskqueues threads after attach cannot failBryan Venteicher
2012-12-12virtio_scsi: Remove duplicated linesBryan Venteicher
2012-10-12Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID orAlexander Motin
2012-10-11Virtio SCSI driverPeter Grehan