summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.jmg1999-07-111-2/+8
* Quirk NOLUNS cabletron device.mjacob1999-06-201-16/+15
* Simplify cdevsw registration.phk1999-05-311-5/+2
* This commit should be a extensive NO-OP:phk1999-05-301-22/+21
* Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.gibbs1999-05-251-1/+5
* Rely on the statistics in XPT_GDEV_STATS instead of the versions stillgibbs1999-05-231-1/+9
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbgibbs1999-05-221-111/+162
* Make xpt_path_comp work on wildcarded paths again.gibbs1999-05-181-7/+7
* Quirk this drive- all luns show up the same.mjacob1999-05-111-1/+11
* Quirk NOLUNS CALIPER CP150.mjacob1999-05-111-1/+11
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-23/+45
* Release bus entries in the EDT when a path is released.gibbs1999-04-231-4/+14
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.peter1999-04-211-3/+1
* 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
OpenPOWER on IntegriCloud