Index: branches/azimutz/trunkAutoResolution/i386/libsaio/ati.c =================================================================== --- branches/azimutz/trunkAutoResolution/i386/libsaio/ati.c (revision 1508) +++ branches/azimutz/trunkAutoResolution/i386/libsaio/ati.c (revision 1509) @@ -498,8 +498,9 @@ { 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 }, + { 0x68C0, 0x392717AA, CHIP_FAMILY_REDWOOD, "ATI Mobility Radeon HD 5730", kNull }, + { 0x68C1, 0x033E1025, CHIP_FAMILY_REDWOOD, "ATI Mobility Radeon HD 5650", kNull }, { 0x68C8, 0x2306103C, CHIP_FAMILY_REDWOOD, "ATI FirePro V4800 (FireGL)", kNull }, @@ -560,10 +561,12 @@ { 0x6740, 0x1657103C, CHIP_FAMILY_TURKS, "AMD Radeon HD 6770M", kNull }, { 0x6741, 0x050E1025, CHIP_FAMILY_TURKS, "AMD Radeon HD 6650M", kNull }, - { 0x6741, 0x05131025, CHIP_FAMILY_TURKS, "AMD Radeon HD 6650M", kNull }, - + { 0x6741, 0x05131025, CHIP_FAMILY_TURKS, "AMD Radeon HD 6650M", kNull }, { 0x6741, 0x1646103C, CHIP_FAMILY_TURKS, "AMD Radeon HD 6750M", kNull }, + { 0x6741, 0x9080104D, CHIP_FAMILY_TURKS, "AMD Radeon HD 6630M", kNull }, + { 0x6741, 0x9080104D, CHIP_FAMILY_TURKS, "AMD Radeon HD 6630M", kNull, }, + { 0x6759, 0xE193174B, CHIP_FAMILY_TURKS, "AMD Radeon HD 6570", kNull }, { 0x6760, 0x1CB21043, CHIP_FAMILY_RV730, "AMD Radeon HD 6470M", kNull }, @@ -656,7 +659,7 @@ { 0x673E, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6790 Series", kNull }, { 0x6740, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6700M Series", kNull }, - { 0x6741, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6600M/6700M Series", kNull }, + { 0x6741, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6600/6700M Series", kNull }, { 0x6758, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6670 Series", kNull }, { 0x6759, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6500 Series", kNull }, Index: branches/azimutz/trunkAutoResolution/i386/boot2/gui.c =================================================================== --- branches/azimutz/trunkAutoResolution/i386/boot2/gui.c (revision 1508) +++ branches/azimutz/trunkAutoResolution/i386/boot2/gui.c (revision 1509) @@ -852,8 +852,8 @@ void drawDeviceList (int start, int end, int selection) { int i; - bool shoWinfo = true; //Azi:showinfo - extern bool showBootBanner; // + bool shoWinfo = false; + extern bool showBootBanner; position_t p, p_prev, p_next; //uint8_t maxDevices = MIN( gui.maxdevices, menucount ); @@ -913,9 +913,8 @@ getBoolForKey(kShowInfoKey, &shoWinfo, &bootInfo->chameleonConfig); - if (shoWinfo && showBootBanner) // no boot banner, no showinfo. + if (shoWinfo && showBootBanner) { - // keep formatted with spaces instead of tabs gui.debug.cursor = pos( 10, 100); dprintf( &gui.screen, "label: %s\n", param->label ); dprintf( &gui.screen, "biosdev: 0x%x\n", param->biosdev ); @@ -928,6 +927,7 @@ dprintf( &gui.screen, "name: %s\n", param->name ); dprintf( &gui.screen, "type_name: %s\n", param->type_name ); dprintf( &gui.screen, "modtime: %d\n", param->modTime ); +// // res dprintf( &gui.screen, "width: %d\n", gui.screen.width ); dprintf( &gui.screen, "height: %d\n", gui.screen.height ); dprintf( &gui.screen, "attr: 0x%x\n", gui.screen.attr ); //Azi: reminder Property changes on: branches/azimutz/trunkAutoResolution ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r1506-1508 Index: branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/gui.c =================================================================== --- branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/gui.c (revision 1508) +++ branches/azimutz/trunkGraphicsEnablerModules/i386/boot2/gui.c (revision 1509) @@ -831,8 +831,8 @@ void drawDeviceList (int start, int end, int selection) { int i; - bool shoWinfo = true; //Azi:showinfo - extern bool showBootBanner; // + bool shoWinfo = false; + extern bool showBootBanner; position_t p, p_prev, p_next; //uint8_t maxDevices = MIN( gui.maxdevices, menucount ); @@ -892,9 +892,8 @@ getBoolForKey(kShowInfoKey, &shoWinfo, &bootInfo->chameleonConfig); - if (shoWinfo && showBootBanner) // no boot banner, no showinfo. + if (shoWinfo && showBootBanner) { - // keep formatted with spaces instead of tabs gui.debug.cursor = pos( 10, 100); dprintf( &gui.screen, "label: %s\n", param->label ); dprintf( &gui.screen, "biosdev: 0x%x\n", param->biosdev ); @@ -907,6 +906,7 @@ dprintf( &gui.screen, "name: %s\n", param->name ); dprintf( &gui.screen, "type_name: %s\n", param->type_name ); dprintf( &gui.screen, "modtime: %d\n", param->modTime ); +// // res dprintf( &gui.screen, "width: %d\n", gui.screen.width ); dprintf( &gui.screen, "height: %d\n", gui.screen.height ); // dprintf( &gui.screen, "attr: 0x%x\n", gui.screen.attr ); //Azi: reminder Index: branches/azimutz/trunkGraphicsEnablerModules/i386/modules/GraphicsEnabler/AMDGraphicsEnabler/ati.c =================================================================== --- branches/azimutz/trunkGraphicsEnablerModules/i386/modules/GraphicsEnabler/AMDGraphicsEnabler/ati.c (revision 1508) +++ branches/azimutz/trunkGraphicsEnablerModules/i386/modules/GraphicsEnabler/AMDGraphicsEnabler/ati.c (revision 1509) @@ -506,7 +506,7 @@ { 0x68C0, 0x1594103C, CHIP_FAMILY_REDWOOD, "AMD Radeon HD 6570M", kNull , 0 }, // issue #91 - { 0x68C0, 0x392717AA, CHIP_FAMILY_REDWOOD, "ATI Mobility Radeon HD 5730", kBaboon , 0 }, // BB + { 0x68C0, 0x392717AA, CHIP_FAMILY_REDWOOD, "ATI Mobility Radeon HD 5730", kNull , 0 }, // 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 , 0 }, @@ -573,6 +573,8 @@ { 0x6741, 0x1646103C, CHIP_FAMILY_TURKS, "AMD Radeon HD 6750M", kNull , 0 }, // issue 88 + { 0x6741, 0x9080104D, CHIP_FAMILY_TURKS, "AMD Radeon HD 6630M", kNull, , 0 }, + { 0x6759, 0xE193174B, CHIP_FAMILY_TURKS, "AMD Radeon HD 6570", kNull , 0 }, { 0x6760, 0x1CB21043, CHIP_FAMILY_RV730, "AMD Radeon HD 6470M", kNull , 0 }, @@ -665,7 +667,7 @@ { 0x673E, 0x00000000, CHIP_FAMILY_BARTS, "AMD Radeon HD 6790 Series", kNull , 0 }, { 0x6740, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6700M Series", kNull , 0 }, - { 0x6741, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6600M/6700M Series", kNull , 0 }, + { 0x6741, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6600/6700M Series", kNull , 0 }, { 0x6758, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6670 Series", kNull , 0 }, { 0x6759, 0x00000000, CHIP_FAMILY_TURKS, "AMD Radeon HD 6500 Series", kNull , 0 }, Property changes on: branches/azimutz/trunkGraphicsEnablerModules ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r1506-1508