summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_sa.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r293350:kib2016-01-281-24/+39
* MFC r287289: Attach pass driver to LUNs is OFFLINE state.mav2015-09-281-1/+2
* MFC sa(4) and mt(1) improvements.ken2015-03-241-171/+2293
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-3/+3
* Merge r269353:joerg2014-08-081-83/+69
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-18/+4
* MFC r256552:mav2013-10-241-4/+0
* Add support to physio(9) for devices that don't want I/O split andken2013-08-241-4/+113
* Add unmapped I/O and larger I/O support to the sa(4) driver.ken2013-08-161-7/+50
* Added output of device QUIRKS for CAM and AHCI devices during boot.smh2013-05-181-0/+12
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-101-5/+0
* To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,mav2012-06-071-6/+0
* Remove unneeded checks for CAM_DEV_QFRZN after cam_periph_runccb() call.mav2012-01-021-32/+0
* - Add support for Support SEAGATE DAT Scopion 130eadler2011-12-081-0/+4
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-18/+35
* Make CAM report devices with ATA/SATA transport to devstat(9) as IDE.mav2011-04-141-2/+8
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Replace most of priority numbers with defines. No logical changes.mav2009-10-231-2/+2
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+3
* Get rid of the device index number stored in the sa(4) unit number.ed2009-04-201-21/+12
* Don't call destroy_dev(9) with a mutex held. While here, shuffletrasz2009-01-101-4/+3
* Replace all calls to minor() with dev2unit().ed2008-09-271-4/+4
* Work around the other uses of M_WAITOK.scottl2007-06-161-3/+9
* Work around a malloc locking problem.scottl2007-06-161-1/+6
* Add a helper function for registering async callbacks. Besidesscottl2007-05-161-35/+4
* Eliminate the use of M_TEMP.scottl2007-05-141-11/+11
* Avoid problems with make_dev.scottl2007-04-191-0/+2
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-71/+47
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-051-52/+44
* Incorporate the O_NONBLOCK open semantics of Linux and Solaris. This allowsmjacob2006-01-141-6/+87
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-011-2/+3
* Make sure we look at the correct sub op codes whenmjacob2005-04-141-3/+22
* avoid use after freesam2005-03-311-8/+8
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-10/+10
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Fix type in comment, 's/writtent/written/'johan2004-01-181-1/+1
* I forgot whom I got this from- only set single initiator buffered modemjacob2003-09-131-2/+4
* Use __FBSDID().obrien2003-06-101-3/+3
* Check in some months long pending minor debug output changes.mjacob2003-06-021-26/+47
* Remove unused variables.phk2003-06-011-11/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-12/+2
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-151-1/+1
* Allocate the devstat structure with devstat_new_entry().phk2003-03-081-27/+27
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Rename bio_linkage to the more obvious bio_parent.phk2003-02-071-0/+1
OpenPOWER on IntegriCloud