summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* cam_periph.c:gibbs1999-04-191-23/+22
* Well folks, this is it - The second stage of the removal for build supportpeter1999-04-171-2/+2
* Remove camq_regen(). We already perform modular comparisonsgibbs1999-04-071-22/+20
* Disable tagged queueing for the IBM DCAS drives. These drives have poorken1999-03-141-1/+30
* People who wanted the "tagged opening" message can boot -v. The restjkh1999-03-111-2/+2
* The 4 gig version of the Seagate Medalist Pro seems to have the sameken1999-03-071-5/+21
* Protect access to the EDT with splcam() to protect against corruptiongibbs1999-03-051-35/+96
* Add a quirk entry for the Seagate Medalist Pro 6 gig drive. It seems thisken1999-02-261-4/+16
* Fix sync rate and transfer rate printouts in xpt_announce_periph().ken1999-02-181-6/+18
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-271-2/+2
* put it back the way it wasmjacob1999-01-201-9/+2
* temporary fix so alpha stays working while configure code is fixedmjacob1999-01-201-2/+9
* By popular demand, back out the CONNER CFP* quirk entry, and return it token1999-01-201-2/+2
* The Samsung WN34324U is broken for tagged queueing.ken1999-01-191-2/+13
* Generalize the quirk entry for the Conner CFP* drives. It did just coverken1999-01-191-4/+24
* Call the xpt_init() hook during at the start of the configure() processpeter1999-01-191-5/+7
* Add support for wildcard device entries in the EDT. The target modegibbs1999-01-141-94/+42
* The Quantum Atlas III evidently has an identical problem to the Atlas II.ken1999-01-071-1/+22
* The Conner CFP2107 is a fixed-media drive, not removable media. This fixesken1999-01-051-2/+10
* 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
* Staticize.eivind1998-12-221-6/+6
* Wire up the XPT_ABORT and XPT_RESET_DEV ccb function codes so they cangibbs1998-12-151-5/+5
* Expand the hba_misc fied in the Path Inquiry ccb to allow a controller drivergibbs1998-12-101-8/+62
* use CAM_DEBUG_XPT to track XPT; correct a misspellingmjacob1998-12-061-13/+16
* This old firmware of the TDC3620 hangs the SCSI bus upon serialjoerg1998-11-251-1/+12
* 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-221-3/+3
* 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
OpenPOWER on IntegriCloud