File xf86-video-nv-commit-250a3a7.diff of Package xorg-x11-driver-video
commit 250a3a7cee1a4bbfc432ab6da5b986e889207526
Author: Aaron Plattner <aplattner@nvidia.com>
Date: Wed Mar 10 18:31:08 2010 -0800
Update MCP6x supported products.
Use the official names for 10DE:053B and 10DE:053E. Add some additional
product IDs and update the documentation.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Index: xf86-video-nv-2.1.17/man/nv.man
===================================================================
--- xf86-video-nv-2.1.17.orig/man/nv.man
+++ xf86-video-nv-2.1.17/man/nv.man
@@ -57,7 +57,7 @@ NV30, NV31, NV34, NV35, NV36, NV37, NV38
NV40, NV41, NV43, NV44, NV45, C51
.TP 22
.B GeForce 7XXX
-G70, G71, G72, G73
+G70, G71, G72, G73, MCP6x
.TP 22
.B GeForce 8XXX, GeForce 9XXX, nForce 7, GeForce G, ION
G8x, G9x, GT21x, MCP7x
Index: xf86-video-nv-2.1.17/src/nv_driver.c
===================================================================
--- xf86-video-nv-2.1.17.orig/src/nv_driver.c
+++ xf86-video-nv-2.1.17/src/nv_driver.c
@@ -125,7 +125,7 @@ _X_EXPORT DriverRec NV = {
#endif
};
-/* Known cards as of 2010/03/08 */
+/* Known cards as of 2010/03/10 */
static SymTabRec NVKnownChipsets[] =
{
@@ -380,8 +380,11 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE03D2, "GeForce 6100 nForce 400" },
{ 0x10DE03D5, "GeForce 6100 nForce 420" },
- { 0x10DE053E, "GeForce 7025" },
- { 0x10DE053B, "GeForce 7050" },
+ { 0x10DE0531, "GeForce 7150M / nForce 630M" },
+ { 0x10DE0533, "GeForce 7000M / nForce 610M" },
+ { 0x10DE053A, "GeForce 7050 PV / nForce 630a" },
+ { 0x10DE053B, "GeForce 7050 PV / nForce 630a" },
+ { 0x10DE053E, "GeForce 7025 / nForce 630a" },
/*************** G8x ***************/
{ 0x10DE0191, "GeForce 8800 GTX" },