New debug scheme with explicit debug channels declaration.

diff --git a/misc/comm.c b/misc/comm.c
index 296d700..dfcce60 100644
--- a/misc/comm.c
+++ b/misc/comm.c
@@ -69,6 +69,8 @@
 
 #include "debug.h"
 
+DEFAULT_DEBUG_CHANNEL(comm)
+
 #ifndef TIOCINQ
 #define	TIOCINQ FIONREAD
 #endif