summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_sim.c
Commit message (Expand)AuthorAgeFilesLines
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-14/+14
* MFprojects/camlock:mav2013-04-041-0/+1
* On SIM destruction free associated CCBs, preallocated inside xpt_get_ccb().mav2013-03-271-0/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* MFp4: Large set of CAM inprovements.mav2010-01-281-1/+2
* Fix cam_sim_free() wakeup condition and add mtx_asserts.trasz2008-12-191-1/+3
* Add SIM refcounting. This is slightly different from what DragonFlytrasz2008-12-161-0/+29
* Split the camisr into per-SIM done queues. This optimizes the locking ascottl2007-04-191-0/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-27/+32
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-011-3/+6
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Use __FBSDID().obrien2003-06-101-2/+3
* 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
* Const'ify cam_sim.sim_name to quiet warnings.jhb2001-01-241-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-10/+3
* CAM Transport Layer (XPT).gibbs1998-09-151-0/+112
OpenPOWER on IntegriCloud