Chameleon

Chameleon Commit Details

Date:2010-10-12 04:53:17 (13 years 6 months ago)
Author:Azimutz
Commit:593
Parents: 592
Message:Small comment edit.
Changes:
M/branches/azimutz/Chazi/i386/libsaio/acpi_patcher.c
M/branches/azimutz/Chazi/i386/boot2/boot.h

File differences

branches/azimutz/Chazi/i386/libsaio/acpi_patcher.c
614614
615615
616616
617
618
617
618
619619
620620
621621
......
653653
654654
655655
656
656
657657
658658
659659
// Restart Fix
if (Platform.CPU.Vendor == 0x756E6547) // Intel
{
fix_restart = false; //Azi: think this should be false by default!?
// On the other hand, i could use a shutdown fix now and then :)
fix_restart = false; //Azi: think this should be false by default, but...
getBoolForKey(kRestartFixKey, &fix_restart, &bootInfo->bootConfig);
}
else
else
Platform.Type = (unsigned char) strtoul(value, NULL, 10);
}
// Set PM_Profile from System-type only if user wanted this value to be forced
// Set PM_Profile from SystemType only if user wanted this value to be forced
if (fadt_mod->PM_Profile != Platform.Type)
{
if (value)
branches/azimutz/Chazi/i386/boot2/boot.h
4141
4242
4343
44
44
4545
4646
4747
......
7070
7171
7272
73
7374
7475
7576
77
7678
7779
7880
7981
8082
8183
84
8285
8386
8487
8588
8689
8790
88
91
8992
9093
91
94
9295
9396
9497
......
110113
111114
112115
113
114116
115117
116
118
117119
118120
119121
* Default names - these end with "Name" (easier to sort them).
*/
#define kDefaultKernelName"mach_kernel"
#define kDefaultThemeName"Default"
#define kDefaultThemeName"Default" // revert?
/*
#define kDefaultBootPlistName"com.apple.Boot.plist"
#define kDefaultDSDTName"dsdt.aml"
//identifier string locationtypecomment
#define kTextModeKey "Text Mode" // graphics.cgetNumberArraiFP- default 80x25 - kFlag - does it work??
//#define kProductVersionKey "ProductVersion" // options.cgetValFK- (boot.c on trunk) - reverted
#define kDefaultPartitionKey "Default Partition" // sys.cgetStringFK
#define kHidePartitionKey "Hide Partition" // disk.cgetValFK
#define kRenamePartitionKey "Rename Partition" // disk.cgetStringFK
#define kInstantMenuKey "Instant Menu" // boot.cgetBoolFK
#define kQuietBootKey "Quiet Boot" // boot.cgetBoolFK- kFlag
#define kTimeoutKey "Timeout" // options.cgetIntFK
#define kThemeNameKey "Theme" // gui.cgetValFK
#define kGUIKey "GUI" // boot.cgetBoolFK
#define kBootBannerKey "Boot Banner" // options.cgetBoolFK
#define kLegacyLogoKey "Legacy Logo" // gui.cgetBoolFK- revert?
#define kDebugInfoKey "DebugInfo" // gui.c, graphics.cgetBoolFK
#define kRescanPromptKey "Rescan Prompt" // boot.cgetBoolFK- cdrom only - firstrun
#define kRescanKey "Rescan" // boot.cgetBoolFK- cdrom only?? - firstrun
#define kCDROMPromptKey "CD-ROM Prompt" // options.cgetValFK- internal??
#define kCDROMOptionKey "CD-ROM Option Key" // options.cgetIntFK- internal?? (F8)
#define kScanSingleDriveKey "Scan Single Drive" // boot.cgetBoolFK
#define kDevicePropertiesKey "device-properties" // device_inject.cgetValFK- here because ??
#define kDevicePropertiesKey "device-properties" // device_inject.cgetValFK
#define kWaitForKeypressKey "Wait" // boot.cgetBoolFK
#define kAltConfigKey "config" // stringTable.cgetValFK- kFlag - hum.. handle like kFlag??
#define kCanOverrideKey "CanOverride" // stringTable.cgetBoolFK
#define kCanOverrideKey "CanOverride" // stringTable.cgetBoolFK- remember -F ***
#define kRootDeviceKey "rd" // options.cprocessBootArg- kFlag
#define kBootDeviceKey "Boot Device" // options.cgetValFK- kFlag/option??????
#define kBootUUIDKey "boot-uuid" // options.cprocessBootArg- kFlag
#define kGraphicsModeKey "Graphics Mode" // graphics.cgetNumberArraiFP- kFlag
#define kAutoResolutionKey "AutoResolution" // boot.cgetBoolFK
#define kGraphicsEnablerKey "GraphicsEnabler" // GraphicsEnabler.cgetBoolFK
#define kLegacyLogoKey "Legacy Logo" // gui.cgetBoolFK
#define kDSDTKey "DSDT" // acpi_patcher.cgetValFK
#define kDropSSDTKey "DropSSDT" // acpi_patcher.cgetBoolFK
#define kRestartFixKey "RestartFix" // acpi_patcher.cgetBoolFK
#define kRestartFixKey "RestartFix" // acpi_patcher.cgetBoolFK- revert to true?
#define kGeneratePStatesKey "GeneratePStates" // acpi_patcher.cgetBoolFK
#define kGenerateCStatesKey "GenerateCStates" // acpi_patcher.cgetBoolFK
#define kEnableC4StatesKey "EnableC4State" // acpi_patcher.cgetBoolFK

Archive Download the corresponding diff file

Revision: 593