Chameleon

Chameleon Commit Details

Date:2011-08-29 20:58:25 (12 years 7 months ago)
Author:Azimutz
Commit:1473
Parents: 1472
Message:Sync these with trunk (r1472).
Changes:
M/branches/azimutz/trunkAutoResolution/i386/libsaio/ati.c
M/branches/azimutz/trunkGraphicsEnablerModules/i386/modules/GraphicsEnabler/AMDGraphicsEnabler/ati.c
M/branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/modules.c
M/branches/azimutz/trunkAutoResolution
M/branches/azimutz/Package/i386/boot2/modules.c
M/branches/azimutz/Package/i386/libsaio/ati.c
M/branches/azimutz/trunkGraphicsEnablerModules
M/branches/azimutz/trunkAutoResolution/i386/boot2/modules.c

File differences

branches/azimutz/trunkAutoResolution/i386/libsaio/ati.c
498498
499499
500500
501
501502
502503
503504
{ 0x68B8,0x22881787, CHIP_FAMILY_JUNIPER,"ATI Radeon HD 5770",kVervet},
{ 0x68C0,0x1594103C, CHIP_FAMILY_REDWOOD,"AMD Radeon HD 6570M",kNull},
{ 0x68C0,0x392717AA, CHIP_FAMILY_REDWOOD,"ATI Mobility Radeon HD 5730",kBaboon},
{ 0x68C1,0x033E1025, CHIP_FAMILY_REDWOOD,"ATI Mobility Radeon HD 5650",kNull},
branches/azimutz/trunkAutoResolution/i386/boot2/modules.c
276276
277277
278278
279
279
280280
281281
282282
}
DBG("Module %s not found\n", name); DBGPAUSE();
DBG("Module %s not loaded\n", name); DBGPAUSE();
return 0;
}
branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/modules.c
276276
277277
278278
279
279
280280
281281
282282
}
DBG("Module %s not found\n", name); DBGPAUSE();
DBG("Module %s not loaded\n", name); DBGPAUSE();
return 0;
}
branches/azimutz/trunkGraphicsEnablerModules/i386/modules/GraphicsEnabler/AMDGraphicsEnabler/ati.c
504504
505505
506506
507
507508
508509
509510
{ 0x68B8,0x22881787, CHIP_FAMILY_JUNIPER,"ATI Radeon HD 5770",kVervet},
{ 0x68C0,0x1594103C, CHIP_FAMILY_REDWOOD,"AMD Radeon HD 6570M",kNull}, // issue #91
{ 0x68C0,0x392717AA, CHIP_FAMILY_REDWOOD,"ATI Mobility Radeon HD 5730",kBaboon}, // BB
//Azi: from Slice { 0x100268C0, "ATI Radeon 5670 Series", "Galago"}
// http://www.insanelymac.com/forum/index.php?s=&showtopic=255866&view=findpost&p=1695482
{ 0x68C1,0x033E1025, CHIP_FAMILY_REDWOOD,"ATI Mobility Radeon HD 5650",kNull},
branches/azimutz/Package/i386/libsaio/ati.c
498498
499499
500500
501
501502
502503
503504
{ 0x68B8,0x22881787, CHIP_FAMILY_JUNIPER,"ATI Radeon HD 5770",kVervet},
{ 0x68C0,0x1594103C, CHIP_FAMILY_REDWOOD,"AMD Radeon HD 6570M",kNull},
{ 0x68C0,0x392717AA, CHIP_FAMILY_REDWOOD,"ATI Mobility Radeon HD 5730",kBaboon},
{ 0x68C1,0x033E1025, CHIP_FAMILY_REDWOOD,"ATI Mobility Radeon HD 5650",kNull},
branches/azimutz/Package/i386/boot2/modules.c
276276
277277
278278
279
279
280280
281281
282282
}
DBG("Module %s not found\n", name); DBGPAUSE();
DBG("Module %s not loaded\n", name); DBGPAUSE();
return 0;
}

Archive Download the corresponding diff file

Revision: 1473