summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_ch.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r293350:kib2016-01-281-9/+15
* MFC r287806:markj2015-09-301-3/+6
* MFC r287289: Attach pass driver to LUNs is OFFLINE state.mav2015-09-281-1/+2
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-34/+15
* MFC r256552:mav2013-10-241-5/+0
* Bump up the default timeouts for move commands in the ch(4) driverken2013-08-291-4/+4
* Fix an argument reversal in calls to scsi_read_element_status().ken2013-07-151-2/+2
* Fix a problem with READ ELEMENT STATUS that occurs on someken2013-07-121-8/+66
* Added output of device QUIRKS for CAM and AHCI devices during boot.smh2013-05-181-1/+8
* Fix compilation.ken2013-04-201-8/+4
* Update chio(1) and ch(4) to support reporting element designators.ken2013-04-191-26/+177
* Fix a device departure bug for the the pass(4), enc(4), sg(4) and ch(4)ken2012-12-081-5/+92
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-101-5/+0
* Remove variables which are initialized but never used thereaftereadler2012-07-071-6/+0
* Work around a race condition in devfs by changing the way closesken2012-05-271-16/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.mav2011-04-141-1/+8
* MFp4: Large set of CAM inprovements.mav2010-01-281-1/+1
* MFp4:mav2009-11-141-1/+2
* Replace most of priority numbers with defines. No logical changes.mav2009-10-231-7/+7
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+3
* Don't call destroy_dev(9) with a mutex held. While here, shuffletrasz2009-01-101-1/+3
* Add a helper function for registering async callbacks. Besidesscottl2007-05-161-32/+4
* Eliminate the use of M_TEMP.scottl2007-05-141-6/+8
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-31/+38
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-051-18/+15
* Fix a place where we were referencing a pointer after it had been freed.ken2005-03-261-0/+2
* Start each of the license/copyright comments with /*-imp2005-01-051-2/+2
* 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/+4
* Use symbolic constants instead of "4".phk2003-05-311-7/+7
* Allocate the devstat structure with devstat_new_entry().phk2003-03-081-14/+14
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-151-25/+6
* KSE Milestone 2julian2001-09-121-3/+3
* Check the void * argument in the AC_FOUND_DEV case against NULL. Whethermjacob2001-07-041-0/+2
* Rewrite of the CAM error recovery code.ken2001-03-271-28/+27
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-071-1/+1
* Remove unused #includesphk2000-10-301-2/+0
* Add the use of M_ZERO to some malloc calls.dwmalone2000-10-291-2/+1
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Fix two problems in the ch(4) driver.ken2000-04-021-2/+13
* Do the minor changes needed because of change to ccb_getdev structure.mjacob2000-01-171-2/+2
* Add make_dev functions. Tested with only one changer (sigh- all my othersmjacob1999-11-211-3/+7
OpenPOWER on IntegriCloud