summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Use macros for accessing the head of the heap so that codegibbs1999-04-191-2/+2
* Make WangTek 51000 a fixed block device.mjacob1999-04-181-1/+5
* Remove camq_regen(). We already perform modular comparisonsgibbs1999-04-071-12/+4
* Implement the control device for the "targ" target mode processor targetgibbs1999-03-052-81/+256
* Silence errors.gibbs1999-03-051-4/+11
* Silence complaints about synchronize cache requests that fail with illegalgibbs1999-03-051-5/+33
* +Match against T4000* for HP QIC quirks (not T4000S* where it doesn't thenmjacob1999-03-011-14/+28
* Completely set information in the transaction description before performinggibbs1999-02-111-4/+4
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-106-15/+21
* quiet the alpha compilermjacob1999-02-051-3/+3
* Extend unit numbers to a full 10 bits (split into sectionsmjacob1999-02-051-72/+323
* add QIC 525,320,1320,3080 codesmjacob1999-02-051-1/+4
* Sascha Blank <blank@uni-trier.de> convinced me I was anmjacob1999-01-161-20/+22
* More bandaids. One important one from Sascha Blankmjacob1999-01-161-164/+92
* The target mode 'Black Hole' device. This peripheral driver provides inquirygibbs1999-01-141-0/+715
* Properly handle transfers that only consume partial buffers.gibbs1999-01-141-6/+10
* Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.eivind1999-01-121-3/+3
* Clean up and fix quirk table (was missing necessary wildcards) and add a couplemjacob1999-01-121-34/+61
* Make HP T4000S quirk to FIXED modemjacob1999-01-111-1/+5
* Add 'static' to the declaration, too.eivind1999-01-111-2/+2
* Like the problems just fixed in scsi_da.c, make suremjacob1999-01-071-6/+17
* A better fix to avoid race conditions between failed probesmjacob1999-01-071-6/+15
* Add a quirk that disables SYNCHRONIZE CACHEmjacob1999-01-051-1/+10
* Temporary workaround (bandaid) for case where you have READmjacob1999-01-031-3/+5
* Force ARCHIVE Vipers to be FIXEDmjacob1998-12-281-1/+5
* you can retry SYNC CACHE on UA errorsmjacob1998-12-231-2/+3
* Staticize.eivind1998-12-222-11/+11
* Add a quirk NORRLS (no reserve/release) which can (andmjacob1998-12-221-39/+84
* 1) Fix some serious bugs (1 botch on my part which caused a filemark to bemjacob1998-12-191-40/+89
* Add in block position/block locate functions.mjacob1998-12-181-21/+141
* Add structures and function definitions pertinent for hardware locate support.mjacob1998-12-181-1/+51
* Correct the definition of the changer device capabilities page. Thegibbs1998-12-171-1/+1
* Add some tape specific density codes- only enough of them here to recognizemjacob1998-12-171-1/+17
* Several changes having to do blocksize- mostly to force variable as the default.mjacob1998-12-171-51/+268
* Correctly track allocated accept target I/O ccbs so that they can begibbs1998-12-171-15/+17
* Enable/Disable our lun on open/close. Track resources kept at the controllergibbs1998-12-151-95/+190
* Return ENODEV instead of EINVAL when a particular exchange or movegibbs1998-12-121-3/+3
* Some fixes to handle fixed mode and variable mode more sensibly- and alsomjacob1998-12-111-46/+167
* Convert dadump to use reasonable data types so that some casting is unecessary.gibbs1998-12-111-17/+17
* Do not attempt to retry commands that fail with ILLEGAL REQUEST status.gibbs1998-12-111-3/+3
* Convert debugging printfs to the CAM_DEBUG macro.gibbs1998-12-101-40/+50
* print the appropriate SCSI revision (with CCS as a proper name for the announ...mjacob1998-12-061-4/+8
* Add in named SID field revision names (including CCS).mjacob1998-12-051-1/+8
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-044-21/+15
* "Fix" a problem with the Quantum Viking. It appears that this drive doesken1998-12-021-4/+28
* ...nor does this old TDC3620 like to be asked for compression.joerg1998-11-261-1/+5
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneken1998-11-225-19/+46
* Fix a problem with the way we handled device invalidation when attachingken1998-10-227-323/+411
* Fix several potential buffer overrun conditions. These changes have beenken1998-10-152-25/+112
* Clean up some unused variables.ken1998-10-155-16/+6
OpenPOWER on IntegriCloud