summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.jmg1999-07-111-2/+8
* Fix my complete botch. I hope. Tested this timemjacob1999-07-071-5/+5
* suggestions from bde to clean up last checkin slightymjacob1999-07-061-4/+4
* Make the change similar to that suggested by Nick Hibma to avoid divide bymjacob1999-07-031-3/+4
* A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.peter1999-07-031-2/+5
* int/long printf format problems on the Alpha.peter1999-07-011-4/+4
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+3
* Quirk Tandberg 4100 like Tandberg 4200.mjacob1999-06-241-1/+5
* Quirk NOLUNS cabletron device.mjacob1999-06-201-16/+15
* Simplify cdevsw registration.phk1999-05-318-30/+16
* This commit should be a extensive NO-OP:phk1999-05-308-174/+167
* Add TDC 3800 to quirk list for fixed mode device.mjacob1999-05-251-1/+5
* Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.gibbs1999-05-252-3/+7
* Fix the read/write permission checks in cam_periph_mapmem(). If we'reken1999-05-251-4/+4
* Rely on the statistics in XPT_GDEV_STATS instead of the versions stillgibbs1999-05-233-13/+30
* Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-228-55/+46
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbgibbs1999-05-224-114/+280
* 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
* Add a SA_FLAG_COMP_SUPP flag (to quirk compression asmjacob1999-05-111-454/+573
* Quirk NOLUNS CALIPER CP150.mjacob1999-05-111-1/+11
* Make clear that the DATA COMPRESSION page is a SCSI-3 entity- not a SCSI-2mjacob1999-05-111-3/+38
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-098-42/+76
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-076-86/+17
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-068-114/+204
* Don't touch a path after we've free'd it.gibbs1999-05-041-4/+5
* 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
* Use macros for accessing the head of the heap so that codegibbs1999-04-191-2/+2
* cam_periph.c:gibbs1999-04-194-48/+67
* Make WangTek 51000 a fixed block device.mjacob1999-04-181-1/+5
* 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-12/+4
* Remove camq_regen(). We already perform modular comparisonsgibbs1999-04-074-72/+39
* Use PHOLD/PRELE rather than P_PHYSIO.peter1999-04-061-5/+5
* 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
* Implement the control device for the "targ" target mode processor targetgibbs1999-03-052-81/+256
* Silence errors.gibbs1999-03-051-4/+11
* Silence complaints about synchronize cache requests that fail with illegalgibbs1999-03-051-5/+33
* xpt_done has no reason to take a volatile ccb *.gibbs1999-03-051-2/+2
* Protect access to the EDT with splcam() to protect against corruptiongibbs1999-03-051-35/+96
* Add constants and macros for dealing with XPT opcode group types.gibbs1999-03-051-1/+9
* +Match against T4000* for HP QIC quirks (not T4000S* where it doesn't thenmjacob1999-03-011-14/+28
* 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
* Completely set information in the transaction description before performinggibbs1999-02-111-4/+4
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-106-15/+21
* quiet the alpha compilermjacob1999-02-051-3/+3
OpenPOWER on IntegriCloud