summaryrefslogtreecommitdiff
path: root/src/nv_driver.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2010-03-10 18:31:08 -0800
committerAaron Plattner <aplattner@nvidia.com>2010-03-10 18:32:22 -0800
commit250a3a7cee1a4bbfc432ab6da5b986e889207526 (patch)
tree4f6e3b13df232e512fc84de2e884826efb10ddbd /src/nv_driver.c
parent347625b8e187c4ab696cd1dad95e49c31ced12f6 (diff)
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>
Diffstat (limited to 'src/nv_driver.c')
-rw-r--r--src/nv_driver.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 99d172f..0d017f9 100644
--- a/src/nv_driver.c
+++ b/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" },