aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* MFoldC (a tiny part of 1.61: translate to C: don't use hard newlines inBruce Evans2003-07-291-2/+2
* MFC, rev 1.40: Add a quirk entry for Nakamichi MJ-* changers. TheKenneth D. Merry2000-10-281-0/+4
* MFC, Add quirk entries from Andre Albsmeier to disable the sync cacheKenneth D. Merry2000-09-112-12/+21
* MFC, rev 1.21. Fix a panic in the case of a probe failure, and add aKenneth D. Merry2000-04-221-2/+13
* MFC: Add a quirk type (and one for ARCHIVE Python's) that disablesMatt Jacob2000-02-031-24/+33
* MFC, rev 1.30Kenneth D. Merry1999-12-111-7/+1
* MFC, rev 1.29Kenneth D. Merry1999-12-081-1/+7
* MFC (in haste): put back in a prefatory TUR when tape is *not* mounted.Matt Jacob1999-12-041-0/+5
* MFC (hastily because of 3.4 closure): Add some shorthand timeout defines.Matt Jacob1999-12-031-201/+307
* MFC: Mark path for deallocation only *after* you've successfully allocated it.Matt Jacob1999-10-271-2/+3
* MFC:Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000),Matt Jacob1999-10-021-11/+9
* MFC: Ooops, forgot to commit this. Quirk entru for Tapestor 8000Matt Jacob1999-09-281-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2915-15/+15
* MFC: Fix short timeout problems with the pt(4) driver:Kenneth D. Merry1999-08-261-3/+66
* MFC: Move initialization of announce_buf up to makeMatt Jacob1999-08-151-2/+3
* MFC: Fix my complete botch. I hope. Tested this timeMatt Jacob1999-07-071-5/+5
* MFC: suggestions from bde to clean up last checkin slightyMatt Jacob1999-07-061-4/+4
* MFC: Avoid dividing by zero.Matt Jacob1999-07-031-3/+4
* MFC: Quirk Tandberg 4100 like Tandberg 4200.Matt Jacob1999-06-241-1/+5
* MFC: Add TDC 3800 to quirk list for fixed mode device.Matt Jacob1999-05-251-1/+5
* MFC: Use cam_periph_async for default async event handling.Justin T. Gibbs1999-05-228-55/+46
* MFC:Matt Jacob1999-05-111-461/+598
* MFC version 1.5Matt Jacob1999-05-111-3/+38
* MFC:Kenneth D. Merry1999-05-097-40/+58
* MFC: Add a number of interrelated CAM feature enhancements andKenneth D. Merry1999-05-074-34/+70
* MFC: Don't touch a path after we've free'd it.Justin T. Gibbs1999-05-041-4/+5
* MFC: Use macros for access head of camq heap.Justin T. Gibbs1999-04-191-2/+2
* MFC: Remove camq_regen.Justin T. Gibbs1999-04-071-12/+4
* MFC: Add target control device. Fix bugs. Silence SYNC CACHE illegalJustin T. Gibbs1999-03-074-90/+300
* Merge the following revisions of the following files into RELENG_3:Kenneth D. Merry1999-02-186-15/+21
* MFC: Cosmetic - Complete descriptor manipulation before selwakeup.Justin T. Gibbs1999-02-111-4/+4
* MFC: version 1.17Matt Jacob1999-02-051-72/+323
* MFC: version 1.4Matt Jacob1999-02-051-1/+4
* 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
* 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
* 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
* you can retry SYNC CACHE on UA errorsMatt Jacob1998-12-231-2/+3
* Staticize.Eivind Eklund1998-12-222-11/+11
* 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