]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/cam
Sync with sys/i386/isa/clock.c revision 1.128.
[FreeBSD/FreeBSD.git] / sys / cam /
1998-10-22 kenFix a problem with the way we handled device invalidati...
1998-10-15 gibbsAdd a mechanism to send a non-tagged transaction even...
1998-10-15 kenFix several potential buffer overrun conditions. These...
1998-10-15 kenClean up some unused variables.
1998-10-14 kenNarrow the quirk entry for the Seagate Elite 9 a bit...
1998-10-14 kenDisable tagged queueing for the Seagate Elite 9GB drive...
1998-10-13 kenDisable cache syncs for a broken NEC drive.
1998-10-13 kenFix a bug in the error recovery code. It was possible...
1998-10-13 kenFix a bug in the scan lun code that showed up when...
1998-10-13 dgFixed two potentially serious classes of bugs:
1998-10-12 kenAdd a "dummy light" (actually two dummy lights) to...
1998-10-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-12 kenAdd quirk entries to disable the synchronize cache...
1998-10-12 kenBring over a quirk entry from the old SCSI code for...
1998-10-10 gibbsIf the bus delay is >= 2 seconds, notify the user that...
1998-10-08 kenAdd the quirk entry framework to handle disabling the...
1998-10-07 gibbsAdd a quirk entry for the CFP2107, another drive with...
1998-10-07 impUp the read capacity timeout from 20 seconds to 60...
1998-10-07 kenSome fixes for the CD and DA drivers from bde. (and...
1998-10-06 kenDisable multi-lun probing and serial number inquiries...
1998-10-05 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-02 kenFix a printf format warning that shows up when CAMDEBUG...
1998-10-02 kenAdd a new CAM debugging mode, CAM_DEBUG_CDB. This...
1998-10-02 kenModify the changer driver so it can handle (hopefully...
1998-10-02 kenPatches from DES to create three new kernel config...
1998-09-29 kenIn the bootverbose case, print out error messages for...
1998-09-29 bdeFixed printf format errors. u_long is not necessarily...
1998-09-25 gibbsCorrect problems with xpt_set_transfer_settings and...
1998-09-25 rvbThis commit was generated by cvs2svn to compensate...
1998-09-24 gibbsFix a few problems with the tag delay code:
1998-09-23 kenTreat not ready errors (asc 0x04) as non-fatal errors...
1998-09-23 gibbsAllow 5 untagged commands to go to a device before...
1998-09-22 kenAdd several quirks:
1998-09-22 gibbscam.c:
1998-09-20 kenSome fixes to the CD driver that may fix PR kern/7996...
1998-09-20 gibbsDon't invalidate devices due to unexpected unit attenti...
1998-09-20 gibbscam_xpt.c:
1998-09-20 gibbsOnly deregister out configuration hook manually if...
1998-09-19 gibbsDon't leave the device queue in a frozen state if the...
1998-09-19 kenFix error recovery in scsi_interpret_sense(). It turns...
1998-09-18 kenFix the CAM code so that people can compile kernels...
1998-09-18 kenChange the Atlas II quirk entries so they work with...
1998-09-17 kenFix a formatting error.
1998-09-16 kenSome Alpha patches for CAM from Doug Rabson.
1998-09-16 gibbsProperly allocate our, per lun, probe peripheral softc...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 kenCheck to make sure that this device is opened read...
1998-09-15 gibbsCorrect printf format bugs.
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 gibbsSCSI Peripheral drivers for CAM:
1998-09-15 gibbsCAM Transport Layer (XPT).