summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-272-4/+4
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-3/+3
* put it back the way it wasmjacob1999-01-201-9/+2
* temporary fix so alpha stays working while configure code is fixedmjacob1999-01-201-2/+9
* By popular demand, back out the CONNER CFP* quirk entry, and return it token1999-01-201-2/+2
* The Samsung WN34324U is broken for tagged queueing.ken1999-01-191-2/+13
* Generalize the quirk entry for the Conner CFP* drives. It did just coverken1999-01-191-4/+24
* Call the xpt_init() hook during at the start of the configure() processpeter1999-01-191-5/+7
* 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
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-141-2/+2
* Add support for wildcard device entries in the EDT. The target modegibbs1999-01-141-94/+42
* 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
* The Quantum Atlas III evidently has an identical problem to the Atlas II.ken1999-01-071-1/+22
* The Conner CFP2107 is a fixed-media drive, not removable media. This fixesken1999-01-051-2/+10
* 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
* a more correct change that should meet the sniff testmjacob1998-12-241-14/+10
* Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again.mjacob1998-12-241-3/+3
* you can retry SYNC CACHE on UA errorsmjacob1998-12-231-2/+3
* Staticize.eivind1998-12-223-17/+17
* 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
* At Justin's request, limit the size of buffers that can be mapped intoken1998-12-161-4/+4
* Probable fix for the "cdda2wav" panics that various people have beenken1998-12-161-47/+39
* Enable/Disable our lun on open/close. Track resources kept at the controllergibbs1998-12-151-95/+190
* Wire up the XPT_ABORT and XPT_RESET_DEV ccb function codes so they cangibbs1998-12-151-5/+5
* Add definitions for TAILQ, LIST, and SLIST ccb_hdr queues.gibbs1998-12-151-3/+5
* 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
OpenPOWER on IntegriCloud