diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2009-06-10 18:49:32 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2009-06-10 22:32:45 -0700 |
commit | 36eb96854b34bee6b65a2b2d4df25f53b47194e4 (patch) | |
tree | 16c8d7b38d443307e6278a1d8acd2ea2aec8f626 /src/nv_driver.c | |
parent | 23ca1b0d4324ae65a0c2a39cc877d318063988b1 (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.c | 2 |
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; } |