Index: branches/azimutz/Chazi/i386/libsaio/device_inject.c =================================================================== --- branches/azimutz/Chazi/i386/libsaio/device_inject.c (revision 513) +++ branches/azimutz/Chazi/i386/libsaio/device_inject.c (revision 514) @@ -55,7 +55,7 @@ /* Use the static "device-properties" boot config key contents if available, * otheriwse use the generated one. */ - if (!getValueForKey(kRenamePartitionKey, &val, &cnt, &bootInfo->bootConfig) && string) + if (!getValueForKey(kDevicePropertiesKey, &val, &cnt, &bootInfo->bootConfig) && string) { val = (const char*)string; cnt = strlength * 2; Index: branches/azimutz/Chazi/i386/libsaio/dram_controllers.c =================================================================== --- branches/azimutz/Chazi/i386/libsaio/dram_controllers.c (revision 513) +++ branches/azimutz/Chazi/i386/libsaio/dram_controllers.c (revision 514) @@ -474,7 +474,7 @@ Platform.RAM.CAS = (mc_channel_bank_timing >> 4) & 0x1F; // RAS Active to precharge (tRAS) - Platform.RAM.TRP = mc_channel_bank_timing & 0xF; + Platform.RAM.RAS = mc_channel_bank_timing & 0xF; // Single , Dual or Triple Channels if (mc_control == 1 || mc_control == 2 || mc_control == 4 )