summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not attempt to retry commands that fail with ILLEGAL REQUEST status.gibbs1998-12-111-3/+3
* Convert debugging printfs to the CAM_DEBUG macro.gibbs1998-12-101-40/+50
* Expand the hba_misc fied in the Path Inquiry ccb to allow a controller drivergibbs1998-12-102-10/+65
* use CAM_DEBUG_XPT to track XPT; correct a misspellingmjacob1998-12-061-13/+16
* print the appropriate SCSI revision (with CCS as a proper name for the announ...mjacob1998-12-061-4/+8
* Add a CAM_DEBUG_XPT define (to debug XPT layer only). Add a CAM_DEBUGGEDmjacob1998-12-051-2/+8
* Add in named SID field revision names (including CCS).mjacob1998-12-051-1/+8
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-044-21/+15
* "Fix" a problem with the Quantum Viking. It appears that this drive doesken1998-12-021-4/+28
* ...nor does this old TDC3620 like to be asked for compression.joerg1998-11-261-1/+5
* This old firmware of the TDC3620 hangs the SCSI bus upon serialjoerg1998-11-251-1/+12
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneken1998-11-225-19/+46
* Generalize the quirk entry that disables multi-lun probing for Sony CDROMken1998-11-041-4/+3
* Fix a problem with the way we handled device invalidation when attachingken1998-10-2210-335/+438
* Add a mechanism to send a non-tagged transaction even if a device isgibbs1998-10-151-1/+7
* Fix several potential buffer overrun conditions. These changes have beenken1998-10-153-29/+116
* Clean up some unused variables.ken1998-10-157-30/+8
* Narrow the quirk entry for the Seagate Elite 9 a bit to just cover drivesken1998-10-141-2/+2
* Disable tagged queueing for the Seagate Elite 9GB drives. They tend to getken1998-10-141-1/+10
* Disable cache syncs for a broken NEC drive.ken1998-10-131-1/+9
* Fix a bug in the error recovery code. It was possible to have more thanken1998-10-132-2/+59
* Fix a bug in the scan lun code that showed up when we did the followingken1998-10-131-2/+3
* Fixed two potentially serious classes of bugs:dg1998-10-131-2/+2
* Add a "dummy light" (actually two dummy lights) to catch people who don'tken1998-10-121-1/+18
* Add quirk entries to disable the synchronize cache command for Micropolisken1998-10-121-10/+28
* Bring over a quirk entry from the old SCSI code for a Chinon CDROM driveken1998-10-121-1/+5
* If the bus delay is >= 2 seconds, notify the user that we are waitinggibbs1998-10-101-2/+7
* Add the quirk entry framework to handle disabling the synchronize cacheken1998-10-081-25/+168
* Add a quirk entry for the CFP2107, another drive with brokengibbs1998-10-071-2/+9
OpenPOWER on IntegriCloud