summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded disk-related includes.phk1999-09-122-5/+0
* Don't register a block major for tapes.phk1999-09-081-2/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-282-4/+4
* $Id$ -> $FreeBSD$peter1999-08-2815-15/+15
* Cast pointers to uintptr_t instead of casting them to u_long. Don'tbde1999-08-241-4/+5
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-5/+1
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-2/+2
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-7/+8
* Fix short timeout problems with the pt(4) driver:ken1999-08-201-3/+66
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-2/+2
* Checkpoint work on handling error conditions.gibbs1999-08-162-73/+514
* Move initialization of announce_buf up to makemjacob1999-08-151-2/+3
* Spring cleaning around strategy and disklabels/slices:phk1999-08-142-23/+7
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* 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
* Quirk Tandberg 4100 like Tandberg 4200.mjacob1999-06-241-1/+5
* Simplify cdevsw registration.phk1999-05-317-25/+14
* This commit should be a extensive NO-OP:phk1999-05-307-152/+146
* Add TDC 3800 to quirk list for fixed mode device.mjacob1999-05-251-1/+5
* Add a default async handler funstion to cam_periph.c to remove duplicatedgibbs1999-05-228-55/+46
* Add a SA_FLAG_COMP_SUPP flag (to quirk compression asmjacob1999-05-111-454/+573
* 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-097-40/+58
* 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-064-34/+70
* Don't touch a path after we've free'd it.gibbs1999-05-041-4/+5
* Use macros for accessing the head of the heap so that codegibbs1999-04-191-2/+2
* Make WangTek 51000 a fixed block device.mjacob1999-04-181-1/+5
* Remove camq_regen(). We already perform modular comparisonsgibbs1999-04-071-12/+4
* 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
* +Match against T4000* for HP QIC quirks (not T4000S* where it doesn't thenmjacob1999-03-011-14/+28
* 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
* 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
* 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
* Add 'static' to the declaration, too.eivind1999-01-111-2/+2
* Like the problems just fixed in scsi_da.c, make suremjacob1999-01-071-6/+17
OpenPOWER on IntegriCloud