aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Fix sync rate and transfer rate printouts in xpt_announce_periph().Kenneth D. Merry1999-02-181-6/+18
* Completely set information in the transaction description before performingJustin T. Gibbs1999-02-111-4/+4
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-106-15/+21
* quiet the alpha compilerMatt Jacob1999-02-051-3/+3
* Extend unit numbers to a full 10 bits (split into sectionsMatt Jacob1999-02-051-72/+323
* add QIC 525,320,1320,3080 codesMatt Jacob1999-02-051-1/+4
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-272-4/+4
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-3/+3
* put it back the way it wasMatt Jacob1999-01-201-9/+2
* temporary fix so alpha stays working while configure code is fixedMatt Jacob1999-01-201-2/+9
* By popular demand, back out the CONNER CFP* quirk entry, and return it toKenneth D. Merry1999-01-201-2/+2
* The Samsung WN34324U is broken for tagged queueing.Kenneth D. Merry1999-01-191-2/+13
* Generalize the quirk entry for the Conner CFP* drives. It did just coverKenneth D. Merry1999-01-191-4/+24
* Call the xpt_init() hook during at the start of the configure() processPeter Wemm1999-01-191-5/+7
* Sascha Blank <blank@uni-trier.de> convinced me I was anMatt Jacob1999-01-161-20/+22
* More bandaids. One important one from Sascha BlankMatt Jacob1999-01-161-164/+92
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Add support for wildcard device entries in the EDT. The target modeJustin T. Gibbs1999-01-141-94/+42
* The target mode 'Black Hole' device. This peripheral driver provides inquiryJustin T. Gibbs1999-01-141-0/+715
* Properly handle transfers that only consume partial buffers.Justin T. Gibbs1999-01-141-6/+10
* Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.Eivind Eklund1999-01-121-3/+3
* Clean up and fix quirk table (was missing necessary wildcards) and add a coupleMatt Jacob1999-01-121-34/+61
* Make HP T4000S quirk to FIXED modeMatt Jacob1999-01-111-1/+5
* Add 'static' to the declaration, too.Eivind Eklund1999-01-111-2/+2
* Like the problems just fixed in scsi_da.c, make sureMatt Jacob1999-01-071-6/+17
* A better fix to avoid race conditions between failed probesMatt Jacob1999-01-071-6/+15
* The Quantum Atlas III evidently has an identical problem to the Atlas II.Kenneth D. Merry1999-01-071-1/+22
* The Conner CFP2107 is a fixed-media drive, not removable media. This fixesKenneth D. Merry1999-01-051-2/+10
* Add a quirk that disables SYNCHRONIZE CACHEMatt Jacob1999-01-051-1/+10
* Temporary workaround (bandaid) for case where you have READMatt Jacob1999-01-031-3/+5
* Force ARCHIVE Vipers to be FIXEDMatt Jacob1998-12-281-1/+5
* a more correct change that should meet the sniff testMatt Jacob1998-12-241-14/+10
* Unstaticize swi_camnet && swi_cambio so Alpha kernels can build again.Matt Jacob1998-12-241-3/+3
* you can retry SYNC CACHE on UA errorsMatt Jacob1998-12-231-2/+3
* Staticize.Eivind Eklund1998-12-223-17/+17
* Add a quirk NORRLS (no reserve/release) which can (andMatt Jacob1998-12-221-39/+84
* 1) Fix some serious bugs (1 botch on my part which caused a filemark to beMatt Jacob1998-12-191-40/+89
* Add in block position/block locate functions.Matt Jacob1998-12-181-21/+141
* Add structures and function definitions pertinent for hardware locate support.Matt Jacob1998-12-181-1/+51
* Correct the definition of the changer device capabilities page. TheJustin T. Gibbs1998-12-171-1/+1
* Add some tape specific density codes- only enough of them here to recognizeMatt Jacob1998-12-171-1/+17
* Several changes having to do blocksize- mostly to force variable as the default.Matt Jacob1998-12-171-51/+268
* Correctly track allocated accept target I/O ccbs so that they can beJustin T. Gibbs1998-12-171-15/+17
* At Justin's request, limit the size of buffers that can be mapped intoKenneth D. Merry1998-12-161-4/+4
* Probable fix for the "cdda2wav" panics that various people have beenKenneth D. Merry1998-12-161-47/+39
* Enable/Disable our lun on open/close. Track resources kept at the controllerJustin T. Gibbs1998-12-151-95/+190
* Wire up the XPT_ABORT and XPT_RESET_DEV ccb function codes so they canJustin T. Gibbs1998-12-151-5/+5
* Add definitions for TAILQ, LIST, and SLIST ccb_hdr queues.Justin T. Gibbs1998-12-151-3/+5
* Return ENODEV instead of EINVAL when a particular exchange or moveJustin T. Gibbs1998-12-121-3/+3
* Some fixes to handle fixed mode and variable mode more sensibly- and alsoMatt Jacob1998-12-111-46/+167