summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the (unused for now) SCSI_PROTO_iSCSI define to match style(9).trasz2013-08-211-1/+1
* Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00mav2013-07-131-0/+3
* Corrected ATA Passthrough defines from decimal to hexsmh2013-06-201-4/+4
* Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.mav2013-06-121-1/+7
* Use the existence of ATA Information VPD to determine if we should attemptsmh2013-05-021-0/+6
* Added automatic detection of non-rotating media which disables thesmh2013-04-261-0/+24
* Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_pagesmh2013-04-261-0/+2
* Added the ability to send ATA identify and Data Set Management (DSM) TRIMsmh2013-04-261-0/+67
* Added ATA Pass-Through support to CAMsmh2013-04-021-1/+31
* Support unmapped i/o for the md(4).kib2013-03-191-0/+4
* Add missing VERIFY_10 definition.mjacob2012-08-121-0/+1
* Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len().mav2012-06-231-0/+2
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-091-9/+0
* Remove declaration of scsi_interpret_sense(), removed 11 years ago.mav2012-06-061-13/+0
* MFprojects/zfsd:mav2012-05-241-0/+23
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-261-6/+16
* Add BIO_DELETE support for SCSI Direct Access devices (da).mav2012-01-131-0/+52
* Add the CAM Target Layer (CTL).ken2012-01-121-2/+50
* Use READ CAPACITY(16) to get information about device physical sectors.mav2011-12-231-0/+11
* Make cd driver to handle Audio CDs, reporting their 2352 bytes sectors tomav2011-12-221-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-57/+821
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-141-13/+54
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-2/+161
* For the target port groups structures, don't allocate the initial element.ken2010-06-141-3/+4
* One byte off for scsi_target_group cdb.mjacob2010-06-081-1/+1
* Make additional definitions up to and including SPC-4. Add in definitionsmjacob2010-06-081-127/+225
* Add a couple missing basic mode page codes.mjacob2010-04-011-0/+2
* Update SCSI opcodes and ASCs from t10.org.jkim2008-08-071-15/+17
* Fix a change in the previous commit that was actually a type-o.scottl2007-11-151-1/+1
* Add a bunch of definitions and structures to support newer drivers.scottl2007-10-121-1/+110
* Initial cut at Basic Domain Validation- just add some states tomjacob2006-12-041-0/+3
* Remove extra whitespacenjl2006-11-031-1/+0
* Implement 'camcontrol reportluns'. This allows users to send the SCSIken2006-08-211-12/+30
* Handle some of the inquiry flags that have come intomjacob2006-05-301-1/+13
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reken2003-04-301-6/+82
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixken2003-02-211-0/+17
* Fix the location of the length bytes in the 12-byte read/write CDBken2002-10-081-1/+1
* Make SCSI_DELAY setable at boot time and runtime via thebrooks2002-09-021-20/+1
* Add REPORT LUNS basic infrastructure.mjacob2002-06-041-5/+38
* Add interfaces for SCSI LOG SELECT and LOG SENSE commands.kbyanc2001-08-271-0/+86
* Rewrite of the CAM error recovery code.ken2001-03-271-39/+55
* This is an overhaul of the mode page handling in camcontrol as well askbyanc2000-08-081-1/+7
* Add SCSI_CDB6_LEN macro (where 0 ==> 256).mjacob2000-07-141-0/+3
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased token2000-02-201-1/+6
* Go for the gusto and do the full 256 bytes for inquiry data.mjacob2000-01-251-6/+1
* Increase size of the scsi_inquiry_data structure to it's nearlymjacob2000-01-171-1/+44
* add SEND/RECEIVE diagnostic opcodes, SEND is a Mandatory commandmjacob2000-01-151-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-5/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud