Index: trunk/i386/libsaio/smbios_getters.c =================================================================== --- trunk/i386/libsaio/smbios_getters.c (revision 1495) +++ trunk/i386/libsaio/smbios_getters.c (revision 1496) @@ -45,6 +45,11 @@ value->word = Platform.CPU.FSBFrequency/1000000; } } + else + { + value->word = Platform.CPU.FSBFrequency/1000000; + } + return true; }