summaryrefslogtreecommitdiffstats
path: root/sys/i4b
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>2000-10-18 08:39:24 +0000
committerhm <hm@FreeBSD.org>2000-10-18 08:39:24 +0000
commitc91f907c888f98bf51c10e5d43cab940e2133b7d (patch)
treeffea35732c5e31a0219994a822202537e6e43617 /sys/i4b
parent1d1404649d7da88602ab09fa095eb9b5a0ff07eb (diff)
downloadFreeBSD-src-c91f907c888f98bf51c10e5d43cab940e2133b7d.zip
FreeBSD-src-c91f907c888f98bf51c10e5d43cab940e2133b7d.tar.gz
Add a debug flag bit for a new driver.
Diffstat (limited to 'sys/i4b')
-rw-r--r--sys/i4b/include/i4b_debug.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/sys/i4b/include/i4b_debug.h b/sys/i4b/include/i4b_debug.h
index 0e7eab2..26bfa50 100644
--- a/sys/i4b/include/i4b_debug.h
+++ b/sys/i4b/include/i4b_debug.h
@@ -31,7 +31,7 @@
*
* $FreeBSD$
*
- * last edit-date: [Wed May 31 09:51:34 2000]
+ * last edit-date: [Wed Oct 18 09:48:16 2000]
*
*---------------------------------------------------------------------------*/
@@ -78,24 +78,24 @@ extern unsigned int i4b_l4_debug;
/* Layer 1 */
-#define L1_ERROR 0x0001 /* general error message*/
-#define L1_PRIM 0x0002 /* interlayer primitives*/
-#define L1_BCHAN 0x0004 /* B channel action */
-#define L1_H_ERR 0x0008 /* HSCX errors */
-#define L1_H_IRQ 0x0010 /* HSCX IRQ messages */
-#define L1_I_ERR 0x0020 /* ISAC errors */
-#define L1_I_MSG 0x0040 /* ISAC messages */
-#define L1_I_SETUP 0x0080 /* ISAC setup messages */
-#define L1_F_MSG 0x0100 /* FSM messages */
-#define L1_F_ERR 0x0200 /* FSM error messages */
-#define L1_T_MSG 0x0400 /* Timer messages */
-#define L1_T_ERR 0x0800 /* Timer error messages */
-#define L1_H_XFRERR 0x1000 /* HSCX data xfer error */
-#define L1_I_CICO 0x2000 /* ISAC command in/out */
-#define L1_S_MSG 0x4000 /* silent messages (soft-HDLC) */
-#define L1_S_ERR 0x8000 /* error messages (soft-HDLC) */
-
-#define L1_DEBUG_MAX 0xffef /* all messages on except IRQ! */
+#define L1_ERROR 0x000001 /* general error message*/
+#define L1_PRIM 0x000002 /* interlayer primitives*/
+#define L1_BCHAN 0x000004 /* B channel action */
+#define L1_H_ERR 0x000008 /* HSCX errors */
+#define L1_H_IRQ 0x000010 /* HSCX IRQ messages */
+#define L1_I_ERR 0x000020 /* ISAC errors */
+#define L1_I_MSG 0x000040 /* ISAC messages */
+#define L1_I_SETUP 0x000080 /* ISAC setup messages */
+#define L1_F_MSG 0x000100 /* FSM messages */
+#define L1_F_ERR 0x000200 /* FSM error messages */
+#define L1_T_MSG 0x000400 /* Timer messages */
+#define L1_T_ERR 0x000800 /* Timer error messages */
+#define L1_H_XFRERR 0x001000 /* HSCX data xfer error */
+#define L1_I_CICO 0x002000 /* ISAC command in/out */
+#define L1_S_MSG 0x004000 /* silent messages (soft-HDLC) */
+#define L1_S_ERR 0x008000 /* error messages (soft-HDLC) */
+#define L1_HFC_DBG 0x010000 /* HFC-S PCI messages */
+#define L1_DEBUG_MAX 0x01ffef /* all messages on except IRQ! */
#define L1_DEBUG_ERR (L1_S_ERR | L1_H_ERR | L1_I_ERR | L1_F_ERR | L1_T_ERR | L1_ERROR)
#ifndef L1_DEBUG_DEFAULT
OpenPOWER on IntegriCloud