aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi/scsi_all.h
Commit message (Expand)AuthorAgeFilesLines
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reKenneth D. Merry2003-04-301-6/+82
* Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefully fixKenneth D. Merry2003-02-211-0/+17
* Fix the location of the length bytes in the 12-byte read/write CDBKenneth D. Merry2002-10-081-1/+1
* Make SCSI_DELAY setable at boot time and runtime via theBrooks Davis2002-09-021-20/+1
* Add REPORT LUNS basic infrastructure.Matt Jacob2002-06-041-5/+38
* Add interfaces for SCSI LOG SELECT and LOG SENSE commands.Kelly Yancey2001-08-271-0/+86
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-39/+55
* This is an overhaul of the mode page handling in camcontrol as well asKelly Yancey2000-08-081-1/+7
* Add SCSI_CDB6_LEN macro (where 0 ==> 256).Matt Jacob2000-07-141-0/+3
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased toKenneth D. Merry2000-02-201-1/+6
* Go for the gusto and do the full 256 bytes for inquiry data.Matt Jacob2000-01-251-6/+1
* Increase size of the scsi_inquiry_data structure to it's nearlyMatt Jacob2000-01-171-1/+44
* add SEND/RECEIVE diagnostic opcodes, SEND is a Mandatory commandMatt Jacob2000-01-151-0/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a default async handler funstion to cam_periph.c to remove duplicatedJustin T. Gibbs1999-05-221-1/+28
* Add a facility in the CAM error handling code to retry selection timeouts.Kenneth D. Merry1999-05-091-1/+2
* Add in named SID field revision names (including CCS).Matt Jacob1998-12-051-1/+8
* Fix several potential buffer overrun conditions. These changes have beenKenneth D. Merry1998-10-151-2/+3
* Modify the changer driver so it can handle (hopefully!) changers that needKenneth D. Merry1998-10-021-2/+30
* In the bootverbose case, print out error messages for all errors that willKenneth D. Merry1998-09-291-1/+2
* Fix the CAM code so that people can compile kernels with the CD driver butKenneth D. Merry1998-09-181-1/+69
* SCSI Peripheral drivers for CAM:Justin T. Gibbs1998-09-151-0/+814