summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-221-1/+28
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-091-1/+2
* Add in named SID field revision names (including CCS).mjacob1998-12-051-1/+8
* Fix several potential buffer overrun conditions. These changes have beenken1998-10-151-2/+3
* Modify the changer driver so it can handle (hopefully!) changers that needken1998-10-021-2/+30
* In the bootverbose case, print out error messages for all errors that willken1998-09-291-1/+2
* Fix the CAM code so that people can compile kernels with the CD driver butken1998-09-181-1/+69
* SCSI Peripheral drivers for CAM:gibbs1998-09-151-0/+814
OpenPOWER on IntegriCloud