summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Up the read capacity timeout from 20 seconds to 60 seconds to keep myimp1998-10-071-2/+2
* Some fixes for the CD and DA drivers from bde. (and some of my own asken1998-10-072-199/+147
* Disable multi-lun probing and serial number inquiries for the Exabyte 8200.ken1998-10-061-1/+12
* Fix a printf format warning that shows up when CAMDEBUG is defined.ken1998-10-021-2/+2
* Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel token1998-10-023-4/+19
* Modify the changer driver so it can handle (hopefully!) changers that needken1998-10-022-70/+218
* Patches from DES to create three new kernel config options to controlken1998-10-021-7/+16
* In the bootverbose case, print out error messages for all errors that willken1998-09-292-8/+18
* Fixed printf format errors. u_long is not necessarily suitable for castingbde1998-09-291-5/+7
* Correct problems with xpt_set_transfer_settings and async transfergibbs1998-09-251-56/+68
* Fix a few problems with the tag delay code:gibbs1998-09-241-47/+68
* Treat not ready errors (asc 0x04) as non-fatal errors for attach. Weken1998-09-231-5/+10
* Allow 5 untagged commands to go to a device before enabling tags aftergibbs1998-09-231-30/+90
* Add several quirks:ken1998-09-221-1/+43
* cam.c:gibbs1998-09-222-12/+13
* Some fixes to the CD driver that may fix PR kern/7996. The data directionken1998-09-202-121/+134
* Don't invalidate devices due to unexpected unit attention errors. Ingibbs1998-09-202-2/+14
* cam_xpt.c:gibbs1998-09-202-9/+25
* Only deregister out configuration hook manually if there are no SCSIgibbs1998-09-201-5/+6
* Don't leave the device queue in a frozen state if the Synchronize Cachegibbs1998-09-191-1/+8
* Fix error recovery in scsi_interpret_sense(). It turns out that ERESTARTken1998-09-191-15/+27
* Fix the CAM code so that people can compile kernels with the CD driver butken1998-09-184-222/+209
* Change the Atlas II quirk entries so they work with differential Atlasken1998-09-181-3/+8
* Fix a formatting error.ken1998-09-171-19/+31
* Some Alpha patches for CAM from Doug Rabson.ken1998-09-162-3/+5
* Properly allocate our, per lun, probe peripheral softc fromgibbs1998-09-161-2/+2
* Check to make sure that this device is opened read-write, not just readken1998-09-162-2/+14
* Correct printf format bugs.gibbs1998-09-152-8/+9
* SCSI Peripheral drivers for CAM:gibbs1998-09-1517-0/+16497
* CAM Transport Layer (XPT).gibbs1998-09-1517-0/+9682
OpenPOWER on IntegriCloud