aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/cam_debug.h
Commit message (Expand)AuthorAgeFilesLines
* 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