aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-142-23/+7
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-2/+2
* disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.John-Mark Gurney1999-07-111-2/+8
* Fix my complete botch. I hope. Tested this timeMatt Jacob1999-07-071-5/+5
* suggestions from bde to clean up last checkin slightyMatt Jacob1999-07-061-4/+4
* Make the change similar to that suggested by Nick Hibma to avoid divide byMatt Jacob1999-07-031-3/+4
* A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.Peter Wemm1999-07-031-2/+5
* int/long printf format problems on the Alpha.Peter Wemm1999-07-011-4/+4
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-3/+3
* Quirk Tandberg 4100 like Tandberg 4200.Matt Jacob1999-06-241-1/+5
* Quirk NOLUNS cabletron device.Matt Jacob1999-06-201-16/+15
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-318-30/+16
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-308-174/+167
* Add TDC 3800 to quirk list for fixed mode device.Matt Jacob1999-05-251-1/+5
* Run xpt_action at splsoftcam() so that it cannot be re-entered by our SWI.Justin T. Gibbs1999-05-252-3/+7
* Fix the read/write permission checks in cam_periph_mapmem(). If we'reKenneth D. Merry1999-05-251-4/+4
* Rely on the statistics in XPT_GDEV_STATS instead of the versions stillJustin T. Gibbs1999-05-233-13/+30
* Add a default async handler funstion to cam_periph.c to remove duplicatedJustin T. Gibbs1999-05-228-55/+46
* Add the XPT_PATH_STATS and XPT_GDEV_STATS function codes. These ccbJustin T. Gibbs1999-05-224-114/+280
* Make xpt_path_comp work on wildcarded paths again.Justin T. Gibbs1999-05-181-7/+7
* Quirk this drive- all luns show up the same.Matt Jacob1999-05-111-1/+11
* Add a SA_FLAG_COMP_SUPP flag (to quirk compression asMatt Jacob1999-05-111-454/+573
* Quirk NOLUNS CALIPER CP150.Matt Jacob1999-05-111-1/+11
* Make clear that the DATA COMPRESSION page is a SCSI-3 entity- not a SCSI-2Matt Jacob1999-05-111-3/+38
* 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