summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_sa.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-10/+10
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Fix type in comment, 's/writtent/written/'johan2004-01-181-1/+1
* I forgot whom I got this from- only set single initiator buffered modemjacob2003-09-131-2/+4
* Use __FBSDID().obrien2003-06-101-3/+3
* Check in some months long pending minor debug output changes.mjacob2003-06-021-26/+47
* Remove unused variables.phk2003-06-011-11/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Use bioq_flush() to drain a bio queue with a specific error code.phk2003-04-011-12/+2
* Call devstat_start_transaction_bio() instead of devstat_start_transaction()phk2003-03-151-1/+1
* Allocate the devstat structure with devstat_new_entry().phk2003-03-081-27/+27
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Rename bio_linkage to the more obvious bio_parent.phk2003-02-071-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* The HP DAT 40 tape drive should be able to handle variable block sizes.trhodes2002-12-161-0/+4
* Panic message should end with \n.imp2002-11-141-1/+1
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-151-24/+16
* Correct spelling of 'supplied'.robert2002-06-191-1/+1
* 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
OpenPOWER on IntegriCloud