summaryrefslogtreecommitdiff
path: root/sys/cam/cam_debug.h
AgeCommit message (Expand)Author
2023-11-03cam: Make cam_debug macros atomicWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-24cam: Migrate to modern uintXX_t from u_intXX_tWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27sys/cam: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-01-10Replace several instances of -1 with appropriate CAM_*_WILDCARD and types.Alexander Motin
2013-09-01Add debug trace points for freeze/release device queue.Alexander Motin
2012-06-07To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO,Alexander Motin
2010-06-08Implement the usage of Report Luns as part of SCSI probing for SCP3 orMatt Jacob
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-01-05Start each of the license/copyright comments with /*-Warner Losh
2001-03-27Rewrite of the CAM error recovery code.Kenneth D. Merry
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-16Add another flag for debugging just peripheral drivers. The whole debuggingJustin T. Gibbs
1998-12-05Add a CAM_DEBUG_XPT define (to debug XPT layer only). Add a CAM_DEBUGGEDMatt Jacob
1998-10-02Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel toKenneth D. Merry
1998-09-15CAM Transport Layer (XPT).Justin T. Gibbs