summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extend unit numbers to a full 10 bits (split into sectionsmjacob1999-02-051-72/+323
* add QIC 525,320,1320,3080 codesmjacob1999-02-051-1/+4
* Fix warnings preparing for -Wall -Wcast-qualdillon1999-01-272-4/+4
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-3/+3
* 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
* Sascha Blank <blank@uni-trier.de> convinced me I was anmjacob1999-01-161-20/+22
* More bandaids. One important one from Sascha Blankmjacob1999-01-161-164/+92
* Replace includes of <sys/kernel.h> with includes ofjdp1999-01-141-2/+2
* Add support for wildcard device entries in the EDT. The target modegibbs1999-01-141-94/+42
* The target mode 'Black Hole' device. This peripheral driver provides inquirygibbs1999-01-141-0/+715
* Properly handle transfers that only consume partial buffers.gibbs1999-01-141-6/+10
* Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.eivind1999-01-121-3/+3
* Clean up and fix quirk table (was missing necessary wildcards) and add a couplemjacob1999-01-121-34/+61
* Make HP T4000S quirk to FIXED modemjacob1999-01-111-1/+5
OpenPOWER on IntegriCloud