summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_sa.c
Commit message (Expand)AuthorAgeFilesLines
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* Revamp the devstat priority system. All disks now have the same priority.ken1999-12-081-1/+1
* Add back in a prefatory TUR when the tape is *not* mounted. This seemsmjacob1999-12-041-0/+5
* Correct some botched timeout defines. Allocate only 8KB for the test readmjacob1999-12-031-97/+74
* Don't clear the SA_FLAG_TAPE_LOCKED prior to callingmjacob1999-11-211-13/+16
* Fix a couple of boo-boos in the last delta.mjacob1999-11-171-13/+15
* Fix for 11815 (at mount time do a throwaway read of the front of themjacob1999-11-171-131/+321
* Another 1FM@EOD quirk (from mike@sentex.net for a Seagate STT20000),mjacob1999-10-021-11/+9
* Introduce the disk mini-layer and devstat_end_transaction_buf() in cam/scsi.phk1999-10-011-5/+1
* Ooops- forgot to commit this.mjacob1999-09-281-1/+5
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Don't register a block major for tapes.phk1999-09-081-2/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 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-311-2/+2
* This commit should be a extensive NO-OP:phk1999-05-301-22/+21
* 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-221-9/+2
* Add a SA_FLAG_COMP_SUPP flag (to quirk compression asmjacob1999-05-111-454/+573
* Add a facility in the CAM error handling code to retry selection timeouts.ken1999-05-091-2/+4
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-23/+3
* Make WangTek 51000 a fixed block device.mjacob1999-04-181-1/+5
* +Match against T4000* for HP QIC quirks (not T4000S* where it doesn't thenmjacob1999-03-011-14/+28
* Add a prioritization field to the devstat_add_entry() call so thatken1999-02-101-2/+3
* quiet the alpha compilermjacob1999-02-051-3/+3
* Extend unit numbers to a full 10 bits (split into sectionsmjacob1999-02-051-72/+323
* 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
* 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
* Force ARCHIVE Vipers to be FIXEDmjacob1998-12-281-1/+5
* Add a quirk NORRLS (no reserve/release) which can (andmjacob1998-12-221-39/+84
* 1) Fix some serious bugs (1 botch on my part which caused a filemark to bemjacob1998-12-191-40/+89
* Add in block position/block locate functions.mjacob1998-12-181-21/+141
* Several changes having to do blocksize- mostly to force variable as the default.mjacob1998-12-171-51/+268
* Some fixes to handle fixed mode and variable mode more sensibly- and alsomjacob1998-12-111-46/+167
* ...nor does this old TDC3620 like to be asked for compression.joerg1998-11-261-1/+5
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneken1998-11-221-2/+4
* Fix a problem with the way we handled device invalidation when attachingken1998-10-221-51/+76
* Clean up some unused variables.ken1998-10-151-3/+2
* Patches from DES to create three new kernel config options to controlken1998-10-021-7/+16
* SCSI Peripheral drivers for CAM:gibbs1998-09-151-0/+2337
OpenPOWER on IntegriCloud