summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
Commit message (Expand)AuthorAgeFilesLines
* Add a hack to cam that makes the cam_xpt available to the rest of then_hibma2000-04-031-2/+0
* Various typo's.n_hibma2000-03-151-1/+1
* Redo the SHORT INQUIRY length stuff to be a bit cleaner.mjacob2000-01-251-32/+27
* A minimal update to the device wiring code so that it looks at thepeter2000-01-231-38/+32
* Remove garbage collected tags from their usage in the ccb_getdevmjacob2000-01-171-12/+39
* Clean up the xpt_sim creation to mirror how HBA drivers perform this task.gibbs2000-01-141-73/+126
* Make sure we don't look at an edt entry that could go away when we trymjacob1999-12-201-7/+15
* minor comment updatemjacob1999-12-131-0/+1
* Convert the xpt, pass, pt and target drivers to use the newken1999-11-171-1/+1
* Fix Bus Device Resets from userland, and specifically from camcontrol.ken1999-10-311-1/+1
* Protect xpt_run_dev_sendq in xpt_release_devq_device with splsoftcam. Thismjacob1999-10-161-3/+5
* Removal of sys/device.hn_hibma1999-10-051-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-5/+1
* Implement the guts of the XPT_ABORT function code.gibbs1999-08-161-31/+111
* Put in a limit (8) for lun width- do not exceed probing this unless a devicemjacob1999-08-161-3/+9
* 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
OpenPOWER on IntegriCloud