summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_sim.h
Commit message (Expand)AuthorAgeFilesLines
* Merge CAM locking changes from the projects/camlock branch to radicallymav2013-10-211-14/+0
* Remove extra semicolons from CAM_SIM_[UN]LOCK() macros.mav2013-04-071-2/+2
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPImav2012-05-121-0/+1
* Introduce CAM_SIM_POLLED SIM flag, indicating that it works in polling mode.mav2011-11-171-1/+2
* Fix a comment to reflect what really happens.scottl2008-12-221-1/+1
* Add SIM refcounting. This is slightly different from what DragonFlytrasz2008-12-161-0/+3
* Split the camisr into per-SIM done queues. This optimizes the locking ascottl2007-04-191-0/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-151-2/+19
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Const'ify cam_sim.sim_name to quiet warnings.jhb2001-01-241-8/+8
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-8/+5
* CAM Transport Layer (XPT).gibbs1998-09-151-0/+138
OpenPOWER on IntegriCloud