Index: branches/meklort/i386/modules/Memory/mem.c =================================================================== --- branches/meklort/i386/modules/Memory/mem.c (revision 557) +++ branches/meklort/i386/modules/Memory/mem.c (revision 558) @@ -12,7 +12,7 @@ #include "smbios_patcher.h" #ifndef DEBUG_MEM -#define DEBUG_MEM 1 +#define DEBUG_MEM 0 #endif #if DEBUG_MEM Index: branches/meklort/i386/modules/Memory/spd.c =================================================================== --- branches/meklort/i386/modules/Memory/spd.c (revision 557) +++ branches/meklort/i386/modules/Memory/spd.c (revision 558) @@ -15,7 +15,7 @@ #include "memvendors.h" #ifndef DEBUG_SPD -#define DEBUG_SPD 1 +#define DEBUG_SPD 0 #endif #if DEBUG_SPD Index: branches/meklort/i386/modules/Memory/dram_controllers.c =================================================================== --- branches/meklort/i386/modules/Memory/dram_controllers.c (revision 557) +++ branches/meklort/i386/modules/Memory/dram_controllers.c (revision 558) @@ -20,7 +20,7 @@ #include "dram_controllers.h" #ifndef DEBUG_DRAM -#define DEBUG_DRAM 1 +#define DEBUG_DRAM 0 #endif #if DEBUG_DRAM