Chameleon

Chameleon Commit Details

Date:2015-05-10 22:32:24 (8 years 11 months ago)
Author:ErmaC
Commit:2677
Parents: 2676
Message:Typo
Changes:
M/trunk/i386/util/sectorsize.c
M/trunk/i386/libsaio/dram_controllers.c
M/trunk/i386/libsaio/smbios_getters.c
M/trunk/i386/libsaio/pci_setup.c

File differences

trunk/i386/libsaio/dram_controllers.c
487487
488488
489489
490
490
491491
492492
493493
static struct mem_controller_t dram_controllers[] = {
// Default unknown chipset
{ 0, 0, "",NULL, NULL, NULL },
{ 0, 0, "",NULL, NULL, NULL },
// Intel
//{ 0x8086, 0x0100, "2rd Gen Core processor",NULL, NULL, NULL },
trunk/i386/libsaio/pci_setup.c
55
66
77
8
8
99
1010
1111
12
12
1313
14
14
1515
1616
1717
#include "modules.h"
#ifndef DEBUG_PCI_SETUP
#define DEBUG_PCI_SETUP 0
#define DEBUG_PCI_SETUP 0
#endif
#if DEBUG_PCI_SETUP
#define DBG(x...)printf(x)
#define DBG(x...)printf(x)
#else
#define DBG(x...)
#define DBG(x...)
#endif
extern bool setup_ati_devprop(pci_dt_t *ati_dev);
trunk/i386/libsaio/smbios_getters.c
99
1010
1111
12
12
1313
1414
1515
16
16
1717
18
18
1919
2020
2121
#include "bootstruct.h"
#ifndef DEBUG_SMBIOS
#define DEBUG_SMBIOS 0
#define DEBUG_SMBIOS 0
#endif
#if DEBUG_SMBIOS
#define DBG(x...)printf(x)
#define DBG(x...)printf(x)
#else
#define DBG(x...)
#define DBG(x...)
#endif
#define XEON "Xeon"
trunk/i386/util/sectorsize.c
125125
126126
127127
128
128
printf("Standard 512");
}
return 0;
}
}

Archive Download the corresponding diff file

Revision: 2677