summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_sa.c
Commit message (Expand)AuthorAgeFilesLines
* The code that sees a drive (at mount time) not in buffered mode andmjacob2001-09-141-3/+5
* KSE Milestone 2julian2001-09-121-3/+3
* Take CAM_REQUEUE_REQ out of the class of things we were trying to honormjacob2001-08-301-1/+0
* Clear SA_FLAG_ERR_PENDING for MTREW, MTERASE and MTRETENS ioctl cases.mjacob2001-08-301-85/+112
* backout last commit- inadvertantmjacob2001-07-301-70/+47
* scsi_targetio.hmjacob2001-07-301-47/+70
* Check the void * argument in the AC_FOUND_DEV case against NULL. Whethermjacob2001-07-041-0/+2
* A slightly more complete change to timeouts:mjacob2001-07-021-14/+22
* Reviewed by: Matthew Jacoblars2001-07-021-1/+1
* Sorry, an "ARCHIVE Python 06408" does not need SA_QUIRK_NOCOMP.non2001-06-061-1/+1
* Add a quirk entry for ARCHIVE Python 06408.non2001-06-011-0/+4
* Exploit recent improvements in the disk minilayer to simplify errorphk2001-05-081-23/+17
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-8/+3
* Fix the `tape drive spinning indefinately upon mt stat' problem.joerg2001-04-221-2/+15
* Rewrite of the CAM error recovery code.ken2001-03-271-6/+6
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Use the correct device names (now that we have devfs to embarrass us).mjacob2001-02-211-7/+7
* Change the peripheral driver list from a linker set to module drivenpeter2001-02-071-1/+1
* Make some attempt to accomodate kern/24221- propate residual to mt_residmjacob2001-01-191-0/+41
* Use the residual from a spacing operation to try and figure out wheremjacob2001-01-161-10/+38
* Fix PR 24220 by using the periph private field0 for a CCB for notmjacob2001-01-151-40/+50
* Add special quirk for this ancient Viper drive. This is all creepingmjacob2000-11-081-0/+5
* scsi_sa.hmjacob2000-10-311-6/+27
* Add usage of M_ZERO to malloc calls where the result was just bzeroed.mjacob2000-10-271-7/+4
* Grab the ccb *after* writing filemarks.mjacob2000-10-051-1/+1
* Don't do destroy_dev on devices which were just aliases.mjacob2000-10-051-6/+0
* With the help of 'Eric Christeson <echriste@ssesco.com>', determinedmjacob2000-09-141-1/+1
* Follow the hints from PHK's new messages- only make_dev for a devicemjacob2000-09-141-12/+12
* Quick fix. <sys/conf.h> now depends on <sys/time.h>, which is not presentpeter2000-08-241-0/+2
* Some prettifying for the quirk comments.mjacob2000-05-091-5/+16
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-1/+1
* Don't include <sys/buf.h> twice.phk2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-69/+69
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-6/+6
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-5/+5
* Per Justin's request- remove his name from Copyright.mjacob2000-03-181-6/+1
* Add a quirk type (and one for ARCHIVE Python's) that disables themjacob2000-02-031-24/+33
* Do the minor changes needed because of change to ccb_getdev structure.mjacob2000-01-171-3/+3
* 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
OpenPOWER on IntegriCloud