summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust scsi_calc_syncparam() to the exception table changing from 10ths togibbs2002-08-261-2/+4
* Add the 160MHz syncrate to scsi_calc_syncrate() sync period exception table.gibbs2002-06-051-6/+7
* Add REPORT LUNS basic infrastructure.mjacob2002-06-041-15/+39
* Remove unused static variable quantum.marcel2002-04-231-2/+0
* Fix 3 of the four problems with my last indentation fix. ("fixing" theken2002-04-011-4/+2
* Fix an indentation problem.ken2002-04-011-7/+7
* Add support for Simplified Direct Access Device in scsi_op_desc().simokawa2002-03-111-0/+4
* - Add support for Simplified Direct Access Device, mostly forsimokawa2002-02-211-0/+6
* Fix bug in scsi_read_write() where it might use 6-byte commands whenkbyanc2001-11-061-5/+4
* Add interfaces for SCSI LOG SELECT and LOG SENSE commands.kbyanc2001-08-271-0/+67
* Eliminate the hot-spare 'r' in Arrray.phk2001-08-101-1/+1
* Print out the asc/ascq and description even when both the asc and ascqken2001-05-271-4/+2
* Add q quirk for the old SONY SMO drive i've been sitting upon in myjoerg2001-05-051-0/+16
* Add sense key table entries for DATA PROTECT and BLANK CHECK. This willken2001-04-301-0/+2
* Fix an errant search and replace that broke SCSI start unit commands.ken2001-04-301-1/+1
* Rewrite of the CAM error recovery code.ken2001-03-271-999/+835
* In the SCSI_NO_SENSE_STRINGS case, properly fill the table with thegibbs2001-02-241-1/+1
* Restore a print_sense=FALSE that got nuked by accident in last delta.mjacob2001-02-221-0/+1
* 1. The key SSD_KEY_RECOVERED_ERROR is not an error at all and shouldmjacob2001-02-111-7/+15
* Remove unused #includesphk2000-10-301-1/+0
* Add quirk entries from Andre Albsmeier to disable the sync cache commandken2000-08-291-8/+0
* scsi_all.c:gibbs2000-07-181-7/+6
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased token2000-02-201-0/+7
* Go for the gusto and do the full 256 bytes for inquiry data.mjacob2000-01-251-0/+7
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-10/+10
* Add FAST-80 timing to the scsi syncrates table.obrien1999-12-161-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Do not attempt to retry commands that fail with ILLEGAL REQUEST status.gibbs1998-12-111-3/+3
* print the appropriate SCSI revision (with CCS as a proper name for the announ...mjacob1998-12-061-4/+8
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-13/+4
* Fix several potential buffer overrun conditions. These changes have beenken1998-10-151-23/+109
* Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel token1998-10-021-2/+2
* In the bootverbose case, print out error messages for all errors that willken1998-09-291-7/+16
* Fix error recovery in scsi_interpret_sense(). It turns out that ERESTARTken1998-09-191-15/+27
* Fix the CAM code so that people can compile kernels with the CD driver butken1998-09-181-5/+138
* SCSI Peripheral drivers for CAM:gibbs1998-09-151-0/+2678
OpenPOWER on IntegriCloud