aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_queue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-4/+9
* MFprojects/camlock r249505:Alexander Motin2013-08-051-23/+8
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,Alexander Motin2013-04-141-17/+4
* Increase device CCB queue array size by CAM_RL_VALUES - 1 (4) elements.Alexander Motin2012-10-111-2/+3
* Change queue overflow checks from DIAGNOSTIC+panic() to KASSERT() to makeAlexander Motin2012-09-281-9/+7
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-3/+3
* MFp4:Alexander Motin2009-11-141-1/+0
* After thinking again, implement cam_ccbq_fini().Alexander Motin2009-10-221-1/+8
* - Providing fine-grained malloc statistic by replacing M_DEVBUF withTai-hwa Liang2005-07-011-13/+18
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-2/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a long standing bug in the camq teardown code.Justin T. Gibbs1999-08-161-3/+3
* cam_periph.c:Justin T. Gibbs1999-04-191-21/+36
* Remove camq_regen(). We already perform modular comparisonsJustin T. Gibbs1999-04-071-44/+6
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+441