]> err.no Git - linux-2.6/blobdiff - drivers/scsi/qla2xxx/qla_dbg.h
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-pull
[linux-2.6] / drivers / scsi / qla2xxx / qla_dbg.h
index 2a4043b5b1452aa27a7286794413c94b50c53f78..2e9c0c097f5e1bddfd901e0398eac8c77bee9fa9 100644 (file)
@@ -22,6 +22,7 @@
 /* #define QL_DEBUG_LEVEL_13 */ /* Output fdmi function trace msgs */
 /* #define QL_DEBUG_LEVEL_14 */ /* Output RSCN trace msgs */
 /* #define QL_DEBUG_LEVEL_15 */ /* Output NPIV trace msgs */
+/* #define QL_DEBUG_LEVEL_16 */ /* Output ISP84XX trace msgs */
 
 /*
 * Macros use for debugging the driver.
@@ -41,6 +42,7 @@
 #define DEBUG2_9_10(x) do { if (ql2xextended_error_logging) { x; } } while (0)
 #define DEBUG2_11(x)   do { if (ql2xextended_error_logging) { x; } } while (0)
 #define DEBUG2_13(x)   do { if (ql2xextended_error_logging) { x; } } while (0)
+#define DEBUG2_16(x)   do { if (ql2xextended_error_logging) { x; } } while (0)
 
 #if defined(QL_DEBUG_LEVEL_3)
 #define DEBUG3(x)      do {x;} while (0)
 #define DEBUG15(x)     do {} while (0)
 #endif
 
+#if defined(QL_DEBUG_LEVEL_16)
+#define DEBUG16(x)     do {x;} while (0)
+#else
+#define DEBUG16(x)     do {} while (0)
+#endif
+
 /*
  * Firmware Dump structure definition
  */