summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud