summaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert dadump to use reasonable data types so that some casting is unecessary.Justin T. Gibbs1998-12-111-17/+17
* Do not attempt to retry commands that fail with ILLEGAL REQUEST status.Justin T. Gibbs1998-12-111-3/+3
* Convert debugging printfs to the CAM_DEBUG macro.Justin T. Gibbs1998-12-101-40/+50
* Expand the hba_misc fied in the Path Inquiry ccb to allow a controller driverJustin T. Gibbs1998-12-102-10/+65
* use CAM_DEBUG_XPT to track XPT; correct a misspellingMatt Jacob1998-12-061-13/+16
* print the appropriate SCSI revision (with CCS as a proper name for the announ...Matt Jacob1998-12-061-4/+8
* Add a CAM_DEBUG_XPT define (to debug XPT layer only). Add a CAM_DEBUGGEDMatt Jacob1998-12-051-2/+8
* Add in named SID field revision names (including CCS).Matt Jacob1998-12-051-1/+8
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-044-21/+15
* "Fix" a problem with the Quantum Viking. It appears that this drive doesKenneth D. Merry1998-12-021-4/+28
* ...nor does this old TDC3620 like to be asked for compression.Joerg Wunsch1998-11-261-1/+5
* This old firmware of the TDC3620 hangs the SCSI bus upon serialJoerg Wunsch1998-11-251-1/+12
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneKenneth D. Merry1998-11-225-19/+46
* Generalize the quirk entry that disables multi-lun probing for Sony CDROMKenneth D. Merry1998-11-041-4/+3
* Fix a problem with the way we handled device invalidation when attachingKenneth D. Merry1998-10-2210-335/+438
* Add a mechanism to send a non-tagged transaction even if a device isJustin T. Gibbs1998-10-151-1/+7
* Fix several potential buffer overrun conditions. These changes have beenKenneth D. Merry1998-10-153-29/+116
* Clean up some unused variables.Kenneth D. Merry1998-10-157-30/+8
* Narrow the quirk entry for the Seagate Elite 9 a bit to just cover drivesKenneth D. Merry1998-10-141-2/+2
* Disable tagged queueing for the Seagate Elite 9GB drives. They tend to getKenneth D. Merry1998-10-141-1/+10
* Disable cache syncs for a broken NEC drive.Kenneth D. Merry1998-10-131-1/+9
* Fix a bug in the error recovery code. It was possible to have more thanKenneth D. Merry1998-10-132-2/+59
* Fix a bug in the scan lun code that showed up when we did the followingKenneth D. Merry1998-10-131-2/+3
* Fixed two potentially serious classes of bugs:David Greenman1998-10-131-2/+2
* Add a "dummy light" (actually two dummy lights) to catch people who don'tKenneth D. Merry1998-10-121-1/+18
* Add quirk entries to disable the synchronize cache command for MicropolisKenneth D. Merry1998-10-121-10/+28
* Bring over a quirk entry from the old SCSI code for a Chinon CDROM driveKenneth D. Merry1998-10-121-1/+5
* If the bus delay is >= 2 seconds, notify the user that we are waitingJustin T. Gibbs1998-10-101-2/+7
* Add the quirk entry framework to handle disabling the synchronize cacheKenneth D. Merry1998-10-081-25/+168
* Add a quirk entry for the CFP2107, another drive with brokenJustin T. Gibbs1998-10-071-2/+9
* Up the read capacity timeout from 20 seconds to 60 seconds to keep myWarner Losh1998-10-071-2/+2