summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r298810 (by pfg): sys/cam: spelling fixes in comments.mav2017-01-051-2/+2
* MFC, r295417:ken2016-02-191-1/+1
* MFC r287289: Attach pass driver to LUNs is OFFLINE state.mav2015-09-281-5/+6
* MFC 278228:ken2015-02-181-0/+89
* MFC 276831:ken2015-02-031-1/+2
* MFC r274756:mav2014-11-281-17/+1
* MFC r272409:mav2014-11-021-1/+1
* MFC r272406:mav2014-11-021-15/+4
* MFC r272401, r272402: Rework the logic of sequential SCSI LUN scanner.mav2014-11-021-62/+39
* MFC r260541, r260547:mav2014-01-141-24/+18
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-60/+60
* MFC r257345,257382,257388:nwhitehorn2013-12-101-43/+69
* Make some improvements to r253322 to really rescan target, not a bus.mav2013-07-151-2/+2
* Introduce accessors for the ccb status word. Convert one (of many more)scottl2013-06-291-13/+13
* Add some cam_freeze_devq()'s missed at r249466.mav2013-04-281-0/+3
* Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_pagesmh2013-04-261-20/+2
* MFprojects/camlock r248982:mav2013-04-141-4/+4
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-141-27/+28
* MFprojects/camlock:mav2013-04-041-11/+0
* Don't duplicate path/ccb allocation code, use existing functions.mav2012-10-111-16/+7
* Remove 'periph == NULL' check from bunch of periph drivers.mav2012-10-101-5/+0
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-091-7/+8
* Tune and add some more CAM_DEBUG() points for the probe sequences.mav2012-06-051-28/+29
* Add support for newer garmin deviceseadler2012-05-301-0/+4
* Plug request and references leak caused by race between invalidatedmav2012-05-291-5/+10
* Limit the ST3146855LW U320 drive to 55 tags to avoid command timeoutsgibbs2012-02-151-0/+8
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-261-1/+33
* Do not use the sometimes-reserved work 'bool' for a variable name.mdf2011-12-121-5/+5
* Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operationwill2011-06-221-3/+4
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-141-15/+65
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-47/+173
* Implement the usage of Report Luns as part of SCSI probing for SCP3 ormjacob2010-06-081-26/+351
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-4/+13
* Remove unnecessary headers which were inherited from cam_xpt.c withoutmarius2010-05-201-4/+0
* Virtualize transport part of periph announcement.mav2010-02-221-0/+99
* MFp4: Large set of CAM inprovements.mav2010-01-281-16/+49
* MFp4:mav2009-11-111-18/+1
* MFp4:mav2009-11-011-5/+17
* MFp4:mav2009-10-311-1/+2
* Replace most of priority numbers with defines. No logical changes.mav2009-10-231-11/+11
* Change xpt_scan_bus to scsi_scan_bus and xpt_scan_lun to scsi_scan_lunemaste2009-07-141-10/+10
* Fix leaks in probestart, probedone, and scsi_scan_bus. Also freeemaste2009-07-141-3/+8
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-0/+2382
OpenPOWER on IntegriCloud