Chameleon

Chameleon Commit Details

Date:2010-09-26 08:11:17 (13 years 6 months ago)
Author:Evan Lojewski
Commit:558
Parents: 557
Message:Disable debug messages.
Changes:
M/branches/meklort/i386/modules/Memory/spd.c
M/branches/meklort/i386/modules/Memory/dram_controllers.c
M/branches/meklort/i386/modules/Memory/mem.c

File differences

branches/meklort/i386/modules/Memory/mem.c
1212
1313
1414
15
15
1616
1717
1818
#include "smbios_patcher.h"
#ifndef DEBUG_MEM
#define DEBUG_MEM 1
#define DEBUG_MEM 0
#endif
#if DEBUG_MEM
branches/meklort/i386/modules/Memory/spd.c
1515
1616
1717
18
18
1919
2020
2121
#include "memvendors.h"
#ifndef DEBUG_SPD
#define DEBUG_SPD 1
#define DEBUG_SPD 0
#endif
#if DEBUG_SPD
branches/meklort/i386/modules/Memory/dram_controllers.c
2020
2121
2222
23
23
2424
2525
2626
#include "dram_controllers.h"
#ifndef DEBUG_DRAM
#define DEBUG_DRAM 1
#define DEBUG_DRAM 0
#endif
#if DEBUG_DRAM

Archive Download the corresponding diff file

Revision: 558