Index: trunk/i386/libsaio/dram_controllers.c =================================================================== --- trunk/i386/libsaio/dram_controllers.c (revision 2676) +++ trunk/i386/libsaio/dram_controllers.c (revision 2677) @@ -487,7 +487,7 @@ 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 }, Index: trunk/i386/libsaio/pci_setup.c =================================================================== --- trunk/i386/libsaio/pci_setup.c (revision 2676) +++ trunk/i386/libsaio/pci_setup.c (revision 2677) @@ -5,13 +5,13 @@ #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); Index: trunk/i386/libsaio/smbios_getters.c =================================================================== --- trunk/i386/libsaio/smbios_getters.c (revision 2676) +++ trunk/i386/libsaio/smbios_getters.c (revision 2677) @@ -9,13 +9,13 @@ #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" Index: trunk/i386/util/sectorsize.c =================================================================== --- trunk/i386/util/sectorsize.c (revision 2676) +++ trunk/i386/util/sectorsize.c (revision 2677) @@ -125,4 +125,4 @@ printf("Standard 512"); } return 0; -} \ No newline at end of file +}