diff options
author | dmlb <dmlb@FreeBSD.org> | 2000-06-10 13:52:27 +0000 |
---|---|---|
committer | dmlb <dmlb@FreeBSD.org> | 2000-06-10 13:52:27 +0000 |
commit | 55858f6a294cc1e020fe6b074036de198f5a38b6 (patch) | |
tree | a142e759bbf0fc9293d10c520a9c5be00851c4c4 /sys/dev/ray | |
parent | defb974a0d75f0bb89ca6519d8fba6471686d6c2 (diff) | |
download | FreeBSD-src-55858f6a294cc1e020fe6b074036de198f5a38b6.zip FreeBSD-src-55858f6a294cc1e020fe6b074036de198f5a38b6.tar.gz |
Seperate debug for dumping comq entries.
Diffstat (limited to 'sys/dev/ray')
-rw-r--r-- | sys/dev/ray/if_raydbg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ray/if_raydbg.h b/sys/dev/ray/if_raydbg.h index c461abf..635988c 100644 --- a/sys/dev/ray/if_raydbg.h +++ b/sys/dev/ray/if_raydbg.h @@ -52,6 +52,8 @@ * STOP driver detaching * CTL CTL packets * MGT MGT packets + * TX TX routine info + * DCOM dump comq entries */ #define RAY_DBG_RECERR 0x0001 #define RAY_DBG_SUBR 0x0002 @@ -67,6 +69,7 @@ #define RAY_DBG_CTL 0x1000 #define RAY_DBG_MGT 0x2000 #define RAY_DBG_TX 0x4000 +#define RAY_DBG_DCOM 0x8000 /* Cut and paste this into a kernel configuration file */ #if 0 #define RAY_DEBUG ( \ @@ -84,6 +87,7 @@ /* RAY_DBG_CTL | */ \ /* RAY_DBG_MGT | */ \ /* RAY_DBG_TX | */ \ + /* RAY_DBG_DCOM | */ \ 0 \ ) #endif |