summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl/ctl_frontend_cam_sim.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275953: Replace ctl_min() macro with MIN().mav2015-01-031-2/+2
* MFC r274962: Replace home-grown CTL IO allocator with UMA.mav2014-12-181-3/+3
* MFC r274785: Partially reconstruct Active/Standby clusting.mav2014-12-051-1/+1
* MFC r272650: Set CAM_SIM_QUEUED flag before calling ctl_queue() to avoid race.mav2014-10-091-2/+4
* MFC r268293:mav2014-07-151-2/+1
* MFC r268266, r268275:mav2014-07-151-71/+43
* MFC r268265:mav2014-07-151-16/+0
* MFC r268419:mav2014-07-121-1/+6
* MFC r263811:trasz2014-05-071-1/+0
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-8/+0
* MFprojects/camlock r248982:mav2013-04-141-1/+1
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'trasz2013-04-121-5/+0
* Make it possible to build CTL as a module.trasz2013-04-021-3/+28
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-24/+23
* Fix a couple of CTL locking issues and clean up some duplicated code.ken2012-12-091-28/+14
* Remove several uses of numeric priorities from immediate CCB setups.mav2012-10-271-1/+1
* Extend SIM lock coverage during the bus registration process.mav2012-10-131-8/+7
* Add a loader tunable, kern.cam.ctl.disable, that will disableken2012-06-281-0/+5
* Avoid panic from unlocking a not locked mutex (in some error cases).emaste2012-02-061-2/+2
* Add the CAM Target Layer (CTL).ken2012-01-121-0/+866
OpenPOWER on IntegriCloud