Displaying 1 result from an estimated 1 matches for "e1000g_log_mode".
2008 Feb 11
0
Re: achieving deterministic config with xVM (was: Dom0 issues: snv_79b and Tecra M9)
...'t recognized?
It might also be a good idea to install an e1000g driver compiled as
a "DEGUG" kernel modules, so that all the E1000G_DEBUGLOG_x ()
macros in the driver source are compiled into the driver module,
and their output can be enabled by setting e1000g:e1000g_debug /
e1000g:e1000g_log_mode:
>From a comment in e1000g_debug.h:
* Debug message control
* Debug Levels:
* 0x000 - (0) no messages
* 0x001 - (1) Errors
* 0x002 - (2) Warnings
* 0x004 - (4) Information
* 0x008 - (8) Subroutine calls and control flow
* 0x010 - (16) I/O Data (...