summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix several potential buffer overrun conditions. These changes have beenken1998-10-151-4/+4
* Clean up some unused variables.ken1998-10-151-11/+1
* 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
* Fix a bug in the scan lun code that showed up when we did the followingken1998-10-131-2/+3
* Add a "dummy light" (actually two dummy lights) to catch people who don'tken1998-10-121-1/+18
* If the bus delay is >= 2 seconds, notify the user that we are waitinggibbs1998-10-101-2/+7
* Add a quirk entry for the CFP2107, another drive with brokengibbs1998-10-071-2/+9
* Disable multi-lun probing and serial number inquiries for the Exabyte 8200.ken1998-10-061-1/+12
* Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel token1998-10-021-1/+15
* 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
* 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-221-9/+9
* cam_xpt.c:gibbs1998-09-201-5/+14
* Only deregister out configuration hook manually if there are no SCSIgibbs1998-09-201-5/+6
* 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-161-1/+3
* 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-161-1/+7
* Correct printf format bugs.gibbs1998-09-151-2/+2
* CAM Transport Layer (XPT).gibbs1998-09-151-0/+5610
OpenPOWER on IntegriCloud