summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_pass.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r307523: Make pass driver better support CAM_CDB_POINTER flag.mav2016-10-311-0/+21
* MFC r293350:kib2016-01-281-16/+16
* MFC r291716, r291724, r291741, r291742ken2015-12-161-46/+1558
* MFC r288420: Make pass, sg and targ drivers respect HBA's maxio.mav2015-10-051-1/+9
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-62/+14
* MFC r256552:mav2013-10-241-7/+0
* Re-do r255853. Along with adding back the API/ABI changes from thescottl2013-09-251-3/+1
* Revert r255853 pending fixes to build errors in usr.bin/kdumpgjb2013-09-251-1/+3
* Update the CAM API for FreeBSD 10:scottl2013-09-241-3/+1
* Add infrastructure for doing compatibility shims, as has been sorelyscottl2013-06-171-0/+15
* Simplify the checking of flags for cam_periph_mapmem(). This gets rid ofscottl2013-06-071-33/+12
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-141-2/+2
* MFprojects/camlock r248931:mav2013-04-041-2/+2
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-1/+4
* Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)ken2012-12-081-4/+61
* Remove priority enforcement from xpt_ation(). It is not good and even notmav2012-10-271-3/+8
* Protect xpt_getattr() calls with the SIM lock and assert that.mav2012-10-121-5/+7
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-101-5/+0
* Fix several reference counting and object lifetime issues betweenken2012-06-201-11/+64
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-091-3/+3
* Work around a race condition in devfs by changing the way closesken2012-05-271-20/+6
* Plumb device physical path reporting from CAM devices, through GEOM andgibbs2011-06-141-9/+66
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-141-2/+2
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.mav2011-04-141-2/+13
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.ken2010-12-101-4/+5
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-3/+5
* Use destroy_dev_sched(9) instead of destroy_dev(9) in passcleanup() asmdf2010-09-201-1/+5
* MFp4: Large set of CAM inprovements.mav2010-01-281-7/+5
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-1/+2
* Remove dead code.trasz2009-05-121-2/+0
* There is no need to initialize the variable here.bz2009-01-311-2/+0
* Don't call destroy_dev(9) with a mutex held. While here, shuffletrasz2009-01-101-5/+4
* Fix refcount locking in cd, pass, and sg periphs.scottl2008-12-211-2/+2
* Remove unit2minor() use from kernel code.ed2008-09-261-2/+2
* Add a helper function for registering async callbacks. Besidesscottl2007-05-161-32/+4
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-181-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-26/+32
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-051-11/+7
* access only has 2 esses.jhb2006-08-141-1/+1
* Don't pass unadulterated unit numbers to make_dev and its ilk- if youmjacob2005-01-221-4/+5
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use __FBSDID().obrien2003-06-101-2/+3
* Allocate the devstat structure with devstat_new_entry().phk2003-03-081-4/+4
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-021-4/+0
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-151-38/+8
OpenPOWER on IntegriCloud