Chameleon

Chameleon Commit Details

Date:2010-08-15 23:12:56 (13 years 7 months ago)
Author:Azimutz
Commit:366
Parents: 365
Message:A small comment edit just to signal changing RestartFix from true to false, by default. Should have done this on a separate commit. Change done on rev 321.
Changes:
M/branches/azimutz/CleanCut/i386/libsaio/acpi_patcher.c

File differences

branches/azimutz/CleanCut/i386/libsaio/acpi_patcher.c
615615
616616
617617
618
618
619619
620620
621621
// Restart Fix
if (Platform.CPU.Vendor == 0x756E6547) // Intel
{
fix_restart = false; //Azi: think this should be false by default; i never needed any.
fix_restart = false; //Azi: think this should be false by default!?
// On the other hand, i could use a shutdown fix now and then :)
getBoolForKey(kRestartFix, &fix_restart, &bootInfo->bootConfig);
}

Archive Download the corresponding diff file

Revision: 366