diff -r d6145fc87a74 -r f3352378b4d4 master/ethernet.c --- a/master/ethernet.c Mon Jun 26 15:33:18 2006 +0000 +++ b/master/ethernet.c Mon Jun 26 16:05:30 2006 +0000 @@ -47,6 +47,14 @@ #include "mailbox.h" #include "ethernet.h" +/** + Defines the debug level of EoE processing + + 0 = No debug messages. + 1 = Output actions. + 2 = Output actions and frame data. +*/ + #define EOE_DEBUG_LEVEL 0 /*****************************************************************************/