summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneken1998-11-225-19/+46
* Fix a problem with the way we handled device invalidation when attachingken1998-10-227-323/+411
* Fix several potential buffer overrun conditions. These changes have beenken1998-10-152-25/+112
* Clean up some unused variables.ken1998-10-155-16/+6
* Disable cache syncs for a broken NEC drive.ken1998-10-131-1/+9
* Fixed two potentially serious classes of bugs:dg1998-10-131-2/+2
* 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
* Add the quirk entry framework to handle disabling the synchronize cacheken1998-10-081-25/+168
* 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
* 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-021-2/+2
* 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
* Treat not ready errors (asc 0x04) as non-fatal errors for attach. Weken1998-09-231-5/+10
* 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
* 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
* Some Alpha patches for CAM from Doug Rabson.ken1998-09-161-2/+2
* Check to make sure that this device is opened read-write, not just readken1998-09-161-1/+7
* Correct printf format bugs.gibbs1998-09-151-6/+7
* SCSI Peripheral drivers for CAM:gibbs1998-09-1517-0/+16497
OpenPOWER on IntegriCloud