summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_low.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r270225 (by jhb): Unexpand TAILQ_FOREACH().mav2015-10-051-6/+3
* MFC r260509:mav2014-05-081-1/+1
* Remove some more NetBSD compat shims and other unused bits from thesejhb2012-09-101-69/+77
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.jhb2012-09-061-560/+22
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-6/+10
* MFp4: Large set of CAM inprovements.mav2010-01-281-36/+0
* Fix a memory leak in an error case.brueffer2009-10-221-0/+3
* Don't leak memory when alloc fails.trasz2009-01-231-3/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
* Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix ascottl2007-04-181-1/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-2/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-116/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-311-0/+53
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-011-7/+10
* Don't free the SIM object twice.scottl2005-03-191-1/+0
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-141-20/+1
* Use __FBSDID().obrien2003-06-101-1/+4
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Panic message should end with \n.imp2002-11-141-11/+11
* Be consistent about "static" functions: if the function is markedphk2002-09-281-4/+4
* Remove __P.alfred2002-03-201-102/+101
* Staticise a debugging variable.msmith2002-01-091-1/+1
* Remove PAO3 dependent part where I missed to remove at last commit.non2001-12-101-4/+0
* Remove PAO3 dependent part.non2001-11-031-8/+1
* Catch up with NetBSD/pc98.non2001-07-141-1321/+3671
* Fix warnings:peter2001-06-151-4/+4
* o Support AUTO SENSE correctly.non2001-02-251-66/+73
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-12/+6
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-20/+20
* #ifdef a local variable only used in debugging code.jhb2001-01-241-1/+4
* Move `#include <sys/devicestat.h>' into #ifdef/#endif to keepnon2000-12-131-1/+1
* Add needed include of <sys/devicestat.h>phk2000-12-071-0/+1
* Remove unused #includes.non2000-10-301-6/+3
* Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98non2000-10-231-0/+2590
OpenPOWER on IntegriCloud