aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_debug.h
Commit message (Expand)AuthorAgeFilesLines
* Replace several instances of -1 with appropriate CAM_*_WILDCARD and types.Alexander Motin2014-01-101-3/+3
* Add debug trace points for freeze/release device queue.Alexander Motin2013-09-011-0/+11
* To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,Alexander Motin2012-06-071-11/+39
* Implement the usage of Report Luns as part of SCSI probing for SCP3 orMatt Jacob2010-06-081-1/+13
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-4/+0
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add another flag for debugging just peripheral drivers. The whole debuggingJustin T. Gibbs1999-08-161-6/+13
* Add a CAM_DEBUG_XPT define (to debug XPT layer only). Add a CAM_DEBUGGEDMatt Jacob1998-12-051-2/+8
* Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel toKenneth D. Merry1998-10-021-1/+2
* CAM Transport Layer (XPT).Justin T. Gibbs1998-09-151-0/+77