summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_queue.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r271588: Update CAM CCB accounting for the new status quo.mav2014-10-141-2/+0
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-4/+9
* MFprojects/camlock r249505:mav2013-08-051-23/+8
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-141-17/+4
* Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements.mav2012-10-111-2/+3
* Change queue overflow checks from DIAGNOSTIC+panic() to KASSERT() to makemav2012-09-281-9/+7
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-3/+3
* MFp4:mav2009-11-141-1/+0
* After thinking again, implement cam_ccbq_fini().mav2009-10-221-1/+8
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withavatar2005-07-011-13/+18
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Use __FBSDID().obrien2003-06-101-2/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a long standing bug in the camq teardown code.gibbs1999-08-161-3/+3
* cam_periph.c:gibbs1999-04-191-21/+36
* Remove camq_regen(). We already perform modular comparisonsgibbs1999-04-071-44/+6
* CAM Transport Layer (XPT).gibbs1998-09-151-0/+441
OpenPOWER on IntegriCloud