summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r259108:mav2013-12-221-1/+5
* MFC r256552:mav2013-10-241-0/+15
* If a drive returns ASC/ASCQ 0x04,0x11 "Logical unit not ready,ken2013-08-271-1/+1
* When printing opcode description, map T_NODEVICE to Direct Access Device tomav2013-07-131-0/+4
* Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00mav2013-07-131-2/+3
* Fix some UTF-8 chars slipped into r252204 via copy/paste.mav2013-06-261-8/+8
* Add bunch of names for Seagate and HGST vennor-specififc ASC/ASCQ codes.mav2013-06-251-0/+186
* Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.mav2013-06-121-2/+54
* Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_pagesmh2013-04-261-1/+32
* Added the ability to send ATA identify and Data Set Management (DSM) TRIMsmh2013-04-261-0/+51
* Do not sent 120 TEST UNIT READY requests on generic NOT READY statuses.mav2013-04-111-5/+2
* Added ATA Pass-Through support to CAMsmh2013-04-021-0/+45
* Support unmapped i/o for the md(4).kib2013-03-191-5/+10
* Format CDB output as 2 digit hex correcting the lengthsmh2013-01-311-1/+1
* Do not pretend to have autosense data when no such data is available.kan2013-01-191-10/+9
* Fix some typos in r238595.mav2012-07-181-3/+3
* Add bunch of new ASC/ASCQ values from T10 site.mav2012-07-181-1/+172
* Remove variables which are initialized but never used thereaftereadler2012-07-071-2/+2
* Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len().mav2012-06-231-5/+34
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-091-4/+10
* Fix a memory leak in the kernel case in scsi_command_string().ken2012-06-061-0/+4
* MFprojects/zfsd:mav2012-05-241-0/+60
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-261-4/+4
* Add BIO_DELETE support for SCSI Direct Access devices (da).mav2012-01-131-0/+100
* Add the CAM Target Layer (CTL).ken2012-01-121-8/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-148/+1519
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-141-21/+182
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-0/+28
* Make additional definitions up to and including SPC-4. Add in definitionsmjacob2010-06-081-0/+51
* MFp4: Large set of CAM inprovements.mav2010-01-281-23/+36
* 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/+1
* Add missing 'break' statement.trasz2009-01-141-0/+1
* SCSI_DELAY is specified in milliseconds, not seconds.ken2008-08-161-1/+1
* Update SCSI opcodes and ASCs from t10.org.jkim2008-08-071-1212/+2381
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-1/+1
* Remove duplicate includes.cognet2007-05-231-2/+0
* Implement 'camcontrol reportluns'. This allows users to send the SCSIken2006-08-211-3/+5
* The divide by zero panic must have been due to a bogusmjacob2005-04-141-0/+9
* Reference a pointer correctly when copying to it's location.scottl2005-02-211-1/+1
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* When printing out an unknown sense code we should print it in hex, notmjacob2004-08-131-3/+1
* SS_FATAL|ENXIO rather than SS_RDEF for illegal track mode.obrien2003-12-011-1/+1
* (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.thomas2003-09-211-0/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* Don't use return(foo(...)); in a function returning void.phk2003-05-311-6/+8
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reken2003-04-301-14/+68
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-211-4/+31
* A SCSI_DELAY of zero is a legitimate value to have.mjacob2002-09-231-2/+4
* Make SCSI_DELAY setable at boot time and runtime via thebrooks2002-09-021-0/+80
OpenPOWER on IntegriCloud