Index: branches/ErmaC/Enoch/i386/libsaio/vbe.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/vbe.c (revision 2499) +++ branches/ErmaC/Enoch/i386/libsaio/vbe.c (revision 2500) @@ -116,6 +116,8 @@ return(bb.eax.r.h); } +//============================================================================== + /* * Default GTF parameter values. */ @@ -153,6 +155,8 @@ return x*y; } +//============================================================================== + int generateCRTCTiming( unsigned short width, unsigned short height, unsigned long paramValue, @@ -260,6 +264,8 @@ return 0; } +//============================================================================== + int setVBEMode(unsigned short mode, const VBECRTCInfoBlock * timing) { bb.intno = 0x10; @@ -273,6 +279,8 @@ return(bb.eax.r.h); } +//============================================================================== + int setVBEPalette(void *palette) { bb.intno = 0x10; @@ -286,6 +294,8 @@ return(bb.eax.r.h); } +//============================================================================== + int getVBEPalette(void *palette) { bb.intno = 0x10; @@ -299,6 +309,8 @@ return(bb.eax.r.h); } +//============================================================================== + int getVBECurrentMode(unsigned short *mode) { bb.intno = 0x10; @@ -308,6 +320,8 @@ return(bb.eax.r.h); } +//============================================================================== + int getVBEPixelClock(unsigned short mode, unsigned long * pixelClock) { bb.intno = 0x10; Index: branches/ErmaC/Enoch/i386/libsaio/smbios_getters.c =================================================================== --- branches/ErmaC/Enoch/i386/libsaio/smbios_getters.c (revision 2499) +++ branches/ErmaC/Enoch/i386/libsaio/smbios_getters.c (revision 2500) @@ -454,7 +454,8 @@ static int idx = -1; int map; - if (!bootInfo->memDetect) { + if (!bootInfo->memDetect) + { return false; } @@ -479,7 +480,8 @@ static int idx = -1; int map; - if (!bootInfo->memDetect) { + if (!bootInfo->memDetect) + { return false; } @@ -507,7 +509,8 @@ static int idx = -1; int map; - if (!bootInfo->memDetect) { + if (!bootInfo->memDetect) + { return false; }