summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/i4b_debug.h
diff options
context:
space:
mode:
authorhm <hm@FreeBSD.org>1999-05-20 10:14:57 +0000
committerhm <hm@FreeBSD.org>1999-05-20 10:14:57 +0000
commit2077acfca034178f39e3fa4e86cb8d371f44737c (patch)
tree730187a2063473cb0d2e7cac998a9a4307285426 /sys/i386/include/i4b_debug.h
parent5ea75aea8a2633cc0acf9dd870c1e1db1abd6a21 (diff)
downloadFreeBSD-src-2077acfca034178f39e3fa4e86cb8d371f44737c.zip
FreeBSD-src-2077acfca034178f39e3fa4e86cb8d371f44737c.tar.gz
upgrade isdn4bsd from version 0.71 to the just released version 0.81
Diffstat (limited to 'sys/i386/include/i4b_debug.h')
-rw-r--r--sys/i386/include/i4b_debug.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/sys/i386/include/i4b_debug.h b/sys/i386/include/i4b_debug.h
index ad6cccf..628a65e 100644
--- a/sys/i386/include/i4b_debug.h
+++ b/sys/i386/include/i4b_debug.h
@@ -27,9 +27,9 @@
* i4b_debug.h - i4b debug header file
* -----------------------------------
*
- * $Id: i4b_debug.h,v 1.15 1999/02/14 09:45:02 hm Exp $
+ * $Id: i4b_debug.h,v 1.18 1999/04/28 14:50:55 hm Exp $
*
- * last edit-date: [Sun Feb 14 10:37:58 1999]
+ * last edit-date: [Wed Apr 28 16:50:36 1999]
*
*---------------------------------------------------------------------------*/
@@ -169,9 +169,14 @@ extern unsigned int i4b_l4_debug;
#define L4_DIALST 0x0008 /* network driver dial states */
#define L4_IPRDBG 0x0010 /* ipr driver debug messages */
#define L4_RBCHDBG 0x0020 /* rbch driver debug messages */
-
-#define L4_DEBUG_MAX 0x003f /* all messages on */
-#define L4_DEBUG_ERR (L4_ERR)
+#define L4_ISPDBG 0x0040 /* isp driver debug messages */
+#define L4_TELDBG 0x0080 /* tel driver debug messages */
+#define L4_TINADBG 0x0100 /* tina driver debug messages */
+#define L4_TINAMSG 0x0200 /* tina driver messages */
+#define L4_TINAERR 0x0400 /* tina driver error messages */
+
+#define L4_DEBUG_MAX 0x07ff /* all messages on */
+#define L4_DEBUG_ERR (L4_ERR | L4_TINADBG | L4_TINAMSG | L4_TINAERR)
#ifndef L4_DEBUG_DEFAULT
#ifdef DO_I4B_MAXDEBUG
OpenPOWER on IntegriCloud