summaryrefslogtreecommitdiff
path: root/src/nv_driver.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2009-06-10 18:49:32 -0700
committerAaron Plattner <aplattner@nvidia.com>2009-06-10 22:32:45 -0700
commit36eb96854b34bee6b65a2b2d4df25f53b47194e4 (patch)
tree16c8d7b38d443307e6278a1d8acd2ea2aec8f626 /src/nv_driver.c
parent23ca1b0d4324ae65a0c2a39cc877d318063988b1 (diff)
New chip support.
Part of the G80DispPreInit change suggested by <shenyn321@hotmail.com>.
Diffstat (limited to 'src/nv_driver.c')
-rw-r--r--src/nv_driver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 41840dd..d1f4c24 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -727,6 +727,8 @@ NVIsG80(int chipType)
case 0x0650:
case 0x06e0:
case 0x06f0:
+ case 0x0a60:
+ case 0x0a70:
return TRUE;
}