summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Fix my complete botch. I hope. Tested this timemjacob1999-07-071-5/+5
* suggestions from bde to clean up last checkin slightymjacob1999-07-061-4/+4
* Make the change similar to that suggested by Nick Hibma to avoid divide bymjacob1999-07-031-3/+4
* A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.peter1999-07-031-2/+5
* Quirk Tandberg 4100 like Tandberg 4200.mjacob1999-06-241-1/+5
* Simplify cdevsw registration.phk1999-05-317-25/+14
* This commit should be a extensive NO-OP:phk1999-05-307-152/+146
* Add TDC 3800 to quirk list for fixed mode device.mjacob1999-05-251-1/+5
* Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-228-55/+46
* Add a SA_FLAG_COMP_SUPP flag (to quirk compression asmjacob1999-05-111-454/+573
* Make clear that the DATA COMPRESSION page is a SCSI-3 entity- not a SCSI-2mjacob1999-05-111-3/+38
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-097-40/+58
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-076-86/+17
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-064-34/+70
* Don't touch a path after we've free'd it.gibbs1999-05-041-4/+5
* 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
OpenPOWER on IntegriCloud