summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2010-07-19 11:27:52 -0700
committerAaron Plattner <aplattner@nvidia.com>2010-07-19 11:28:01 -0700
commita2dc32c5c900cbeb3fd2f99d38b64004f0ac7876 (patch)
tree109352745ab99001a56e94861b206480b22ea0c8
parentb9f1251a989c5bf69f47746a3ca4021db4798a03 (diff)
Add PCI table entries for the GeForce 315
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--src/nv_driver.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index d86c314..c4b4e7a 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/07/09 */
+/* Known cards as of 2010/07/19 */
static SymTabRec NVKnownChipsets[] =
{
@@ -563,6 +563,7 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE087E, "ION LE" },
{ 0x10DE087F, "ION LE" },
{ 0x10DE0A20, "GeForce GT 220" },
+ { 0x10DE0A22, "GeForce 315" },
{ 0x10DE0A23, "GeForce 210" },
{ 0x10DE0A28, "GeForce GT 230M" },
{ 0x10DE0A29, "GeForce GT 330M" },
@@ -579,6 +580,7 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE0A64, "ION" },
{ 0x10DE0A65, "GeForce 210" },
{ 0x10DE0A66, "GeForce 310" },
+ { 0x10DE0A67, "GeForce 315" },
{ 0x10DE0A68, "GeForce G105M" },
{ 0x10DE0A69, "GeForce G105M" },
{ 0x10DE0A6A, "NVS 2100M" },
@@ -600,6 +602,7 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE0CA7, "GeForce GT 330" },
{ 0x10DE0CA8, "GeForce GTS 260M" },
{ 0x10DE0CA9, "GeForce GTS 250M" },
+ { 0x10DE0CAC, "GeForce 315" },
{ 0x10DE0CAF, "GeForce GT 335M" },
{ 0x10DE0CB0, "GeForce GTS 350M" },
{ 0x10DE0CB1, "GeForce GTS 360M" },