summaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Add a facility in the CAM error handling code to retry selection timeouts.Kenneth D. Merry1999-05-098-42/+76
* Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp1999-05-076-86/+17
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-068-114/+204
* Don't touch a path after we've free'd it.Justin T. Gibbs1999-05-041-4/+5
* Release bus entries in the EDT when a path is released.Justin T. Gibbs1999-04-231-4/+14
* Stage 1 of a cleanup of the i386 interrupt registration mechanism.Peter Wemm1999-04-211-3/+1
* Use macros for accessing the head of the heap so that codeJustin T. Gibbs1999-04-191-2/+2
* cam_periph.c:Justin T. Gibbs1999-04-194-48/+67
* Make WangTek 51000 a fixed block device.Matt Jacob1999-04-181-1/+5
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-171-2/+2
* Remove camq_regen(). We already perform modular comparisonsJustin T. Gibbs1999-04-071-12/+4
* Remove camq_regen(). We already perform modular comparisonsJustin T. Gibbs1999-04-074-72/+39
* Use PHOLD/PRELE rather than P_PHYSIO.Peter Wemm1999-04-061-5/+5
* Disable tagged queueing for the IBM DCAS drives. These drives have poorKenneth D. Merry1999-03-141-1/+30
* People who wanted the "tagged opening" message can boot -v. The restJordan K. Hubbard1999-03-111-2/+2
* The 4 gig version of the Seagate Medalist Pro seems to have the sameKenneth D. Merry1999-03-071-5/+21
* Implement the control device for the "targ" target mode processor targetJustin T. Gibbs1999-03-052-81/+256
* Silence errors.Justin T. Gibbs1999-03-051-4/+11
* Silence complaints about synchronize cache requests that fail with illegalJustin T. Gibbs1999-03-051-5/+33
* xpt_done has no reason to take a volatile ccb *.Justin T. Gibbs1999-03-051-2/+2
* Protect access to the EDT with splcam() to protect against corruptionJustin T. Gibbs1999-03-051-35/+96
* Add constants and macros for dealing with XPT opcode group types.Justin T. Gibbs1999-03-051-1/+9
* +Match against T4000* for HP QIC quirks (not T4000S* where it doesn't thenMatt Jacob1999-03-011-14/+28
* Add a quirk entry for the Seagate Medalist Pro 6 gig drive. It seems thisKenneth D. Merry1999-02-261-4/+16
* Fix sync rate and transfer rate printouts in xpt_announce_periph().Kenneth D. Merry1999-02-181-6/+18
* Completely set information in the transaction description before performingJustin T. Gibbs1999-02-111-4/+4
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-106-15/+21
* quiet the alpha compilerMatt Jacob1999-02-051-3/+3
* Extend unit numbers to a full 10 bits (split into sectionsMatt Jacob1999-02-051-72/+323
* add QIC 525,320,1320,3080 codesMatt Jacob1999-02-051-1/+4
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-272-4/+4
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-211-3/+3
* put it back the way it wasMatt Jacob1999-01-201-9/+2
* temporary fix so alpha stays working while configure code is fixedMatt Jacob1999-01-201-2/+9
* By popular demand, back out the CONNER CFP* quirk entry, and return it toKenneth D. Merry1999-01-201-2/+2
* The Samsung WN34324U is broken for tagged queueing.Kenneth D. Merry1999-01-191-2/+13
* Generalize the quirk entry for the Conner CFP* drives. It did just coverKenneth D. Merry1999-01-191-4/+24
* Call the xpt_init() hook during at the start of the configure() processPeter Wemm1999-01-191-5/+7
* Sascha Blank <blank@uni-trier.de> convinced me I was anMatt Jacob1999-01-161-20/+22
* More bandaids. One important one from Sascha BlankMatt Jacob1999-01-161-164/+92
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Add support for wildcard device entries in the EDT. The target modeJustin T. Gibbs1999-01-141-94/+42
* The target mode 'Black Hole' device. This peripheral driver provides inquiryJustin T. Gibbs1999-01-141-0/+715
* Properly handle transfers that only consume partial buffers.Justin T. Gibbs1999-01-141-6/+10
* Make dsopen() and dsioctl() use cdstrategy1 instead of cdstrategy.Eivind Eklund1999-01-121-3/+3
* Clean up and fix quirk table (was missing necessary wildcards) and add a coupleMatt Jacob1999-01-121-34/+61
* Make HP T4000S quirk to FIXED modeMatt Jacob1999-01-111-1/+5
* Add 'static' to the declaration, too.Eivind Eklund1999-01-111-2/+2
* Like the problems just fixed in scsi_da.c, make sureMatt Jacob1999-01-071-6/+17
* A better fix to avoid race conditions between failed probesMatt Jacob1999-01-071-6/+15