aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_sim.c
Commit message (Expand)AuthorAgeFilesLines
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-14/+14
* MFprojects/camlock:Alexander Motin2013-04-041-0/+1
* On SIM destruction free associated CCBs, preallocated inside xpt_get_ccb().Alexander Motin2013-03-271-0/+6
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* MFp4: Large set of CAM inprovements.Alexander Motin2010-01-281-1/+2
* Fix cam_sim_free() wakeup condition and add mtx_asserts.Edward Tomasz Napierala2008-12-191-1/+3
* Add SIM refcounting. This is slightly different from what DragonFlyEdward Tomasz Napierala2008-12-161-0/+29
* Split the camisr into per-SIM done queues. This optimizes the locking aScott Long2007-04-191-0/+1
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-151-27/+32
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withTai-hwa Liang2005-07-011-3/+6
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Const'ify cam_sim.sim_name to quiet warnings.John Baldwin2001-01-241-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-10/+3
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+112