summaryrefslogtreecommitdiff
path: root/sys/cam/scsi/scsi_pass.c
Commit message (Expand)AuthorAgeFilesLines
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-4/+4
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-8/+2
* cam: add missing MAKEDEV_NOWAIT in passregisterMateusz Guzik2020-08-181-0/+1
* Checks here against useracc are not useful and are racy.Warner Losh2020-04-131-30/+0
* Drop periph lock around cam_periph_unmapmem().Alexander Motin2019-05-061-0/+2
* cam_periph_runccb() changed several years ago to overwrite the ccb callbackScott Long2018-05-011-4/+0
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Reject CAMIOGET and CAMIOQUEUE ioctl's on pass(4) in 32-bit compat mode.Brooks Davis2018-03-121-0/+15
* Return a C errno for cam_periph_acquire().Scott Long2018-02-061-7/+5
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* Define xpt_path_inq.Warner Losh2017-12-061-4/+1
* Remove unused 4th argument to match the standard error routines.Warner Losh2017-12-061-2/+1
* sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add missing test for NVME CCBs for nvme passthru support.Warner Losh2017-08-291-1/+3
* Add CAM/NVMe support for CAM_DATA_SGWarner Losh2017-08-291-6/+2
* This adds CAM pass(4) support for NVMe IO's. Applications indicateWarner Losh2017-07-141-1/+26
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-1/+1
* Fix error recovery behavior in the pass(4) driver.Kenneth D. Merry2017-05-031-3/+3
* Reject userland CCBs that have CAM_UNLOCKED set.Mark Johnston2017-03-031-14/+22
* cam: Zero bio pointer in user-supplied SCSI CCBsConrad Meyer2016-11-081-0/+8
* Make pass driver better support CAM_CDB_POINTER flag.Alexander Motin2016-10-171-0/+21
* opt_kdtrace.h is not needed for SDT probes as of r258541.Mark Johnston2016-05-151-2/+0
* tag_action is not used at all in ata. It's set to 1 for orderedWarner Losh2016-04-171-1/+1
* Clean up unused-but-set-variable spotted by gcc-4.9.Marcelo Araujo2016-02-011-3/+0
* Convert sys/cam to use make_dev_s().Konstantin Belousov2016-01-071-16/+16
* Add asynchronous command support to the pass(4) driver, and the newKenneth D. Merry2015-12-031-46/+1560
* Make pass, sg and targ drivers respect HBA's maxio.Alexander Motin2015-09-301-1/+9
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-301-2/+0
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-62/+14
* Unify periph invalidation and destruction reporting.Alexander Motin2013-10-151-7/+0
* Re-do r255853. Along with adding back the API/ABI changes from theScott Long2013-09-251-3/+1
* Revert r255853 pending fixes to build errors in usr.bin/kdumpGlen Barber2013-09-251-1/+3
* Update the CAM API for FreeBSD 10:Scott Long2013-09-241-3/+1
* Add infrastructure for doing compatibility shims, as has been sorelyScott Long2013-06-171-0/+15
* Simplify the checking of flags for cam_periph_mapmem(). This gets rid ofScott Long2013-06-071-33/+12
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,Alexander Motin2013-04-141-2/+2
* MFprojects/camlock r248931:Alexander Motin2013-04-041-2/+2
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-121-1/+4
* Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)Kenneth D. Merry2012-12-081-4/+61
* Remove priority enforcement from xpt_ation(). It is not good and even notAlexander Motin2012-10-271-3/+8
* Protect xpt_getattr() calls with the SIM lock and assert that.Alexander Motin2012-10-121-5/+7
* Remove 'periph == NULL' check from bunch of periph drivers.Alexander Motin2012-10-101-5/+0
* Fix several reference counting and object lifetime issues betweenKenneth D. Merry2012-06-201-11/+64
* One more major cam_periph_error() rewrite to improve error handling andAlexander Motin2012-06-091-3/+3
* Work around a race condition in devfs by changing the way closesKenneth D. Merry2012-05-271-20/+6
* Plumb device physical path reporting from CAM devices, through GEOM andJustin T. Gibbs2011-06-141-9/+66
* Lay groundwork in CAM for recording and reporting physical path andJustin T. Gibbs2011-06-141-2/+2
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.Alexander Motin2011-04-141-2/+13
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.Kenneth D. Merry2010-12-101-4/+5