Index: branches/ErmaC/Trunk/i386/libsaio/nvidia.c =================================================================== --- branches/ErmaC/Trunk/i386/libsaio/nvidia.c (revision 1996) +++ branches/ErmaC/Trunk/i386/libsaio/nvidia.c (revision 1997) @@ -597,6 +597,11 @@ // 0A10 - 0A1F // 0A20 - 0A2F { 0x10DE0A20, 0x10438311, "Asus GeForce GT 220" }, + { 0x10DE0A20, 0x10DE069A, "nVidia GeForce GT 220" }, + { 0x10DE0A20, 0x14621910, "MSi GeForce GT 220" }, + { 0x10DE0A20, 0x14621911, "MSi GeForce GT 220" }, + { 0x10DE0A20, 0x14621990, "MSi GeForce GT 220" }, + { 0x10DE0A20, 0x16423920, "Bitland GeForce GT 220" }, { 0x10DE0A28, 0x1B0A903B, "Pegatron GeForce GT 230" }, // 0A30 - 0A3F { 0x10DE0A34, 0x10250200, "Acer GeForce GT 240M" }, @@ -732,7 +737,17 @@ { 0x10DE0CA9, 0x16423942, "Bitland GeForce GTS 250M" }, { 0x10DE0CAF, 0x10DE0782, "nVidia GeForce GT 335M" }, // 0CB0 - 0CBF + { 0x10DE0CB0, 0x10250367, "Acer GeForce GTS 350M" }, + { 0x10DE0CB0, 0x10250368, "Acer GeForce GTS 350M" }, + { 0x10DE0CB0, 0x10250422, "Acer GeForce GTS 350M" }, + { 0x10DE0CB0, 0x10250463, "Acer GeForce GTS 350M" }, { 0x10DE0CB0, 0x10DE080D, "nVidia GeForce GTS 350M" }, + { 0x10DE0CB0, 0x1179FD30, "Toshiba GeForce GTS 350M" }, + { 0x10DE0CB0, 0x1179FF50, "Toshiba GeForce GTS 350M" }, + { 0x10DE0CB0, 0x15580511, "Clevo GeForce GTS 350M" }, + { 0x10DE0CB0, 0x15580512, "Clevo GeForce GTS 350M" }, + { 0x10DE0CB0, 0x15588687, "Clevo GeForce GTS 350M" }, + { 0x10DE0CB0, 0x15588689, "Clevo GeForce GTS 350M" }, // 0CC0 - 0CCF // 0CD0 - 0CDF // 0CE0 - 0CEF Index: branches/ErmaC/Trunk/CHANGES =================================================================== --- branches/ErmaC/Trunk/CHANGES (revision 1996) +++ branches/ErmaC/Trunk/CHANGES (revision 1997) @@ -1,3 +1,18 @@ +- Merge more cparm's (security, stability, bugs fixes) improvements from his branch. + http://forge.voodooprojects.org/p/chameleon/source/tree/HEAD/branches/cparm +- Merge "Restart fix Removed" from trunk r1992 by Slice's patch +- Added nVidia process sub-dev ids. +- Merge EnableHDMIAudio changes from commit 1950 by Cosmosis Jones. +- Merge patch by Geoff Seeley http://forge.voodooprojects.org/p/chameleon/issues/59/ +- Apply patch by Michael Seydl http://forge.voodooprojects.org/p/chameleon/issues/48/ +- Apply patch by Michael Seydl http://forge.voodooprojects.org/p/chameleon/issues/247/ +- Apply patch by rafi rafi http://forge.voodooprojects.org/p/chameleon/issues/246/ +- Added ID for Radeon HD5570 and some subID: http://forge.voodooprojects.org/p/chameleon/issues/243/ +- Merge cparm's (security, stability, bugs fixes) improvements from his branch. +- Added ID and correct FB for: http://forge.voodooprojects.org/p/chameleon/issues/238/ +- Added next coming CHIPSET and ID definition (Mosts of it commented) ML? + (found via netkas.org): http://lists.freedesktop.org/archives/dri-devel/2012-March/020388.html +- Merge IVY Bridge stuff from Chimera Branch. - Added boot support for Mountain Lion 10.8 (credits to ErmaC) & updated the default theme (credits to blackosx) - cparm : Fixed naming convention for raid hfs devices in gui - Added support for using UUIDs with ext2 filesystems (credits to bitz): http://forge.voodooprojects.org/p/chameleon/issues/208/