diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2009-06-26 17:53:53 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2009-06-26 17:53:53 -0700 |
commit | 05d2b851b96c2f1b3223f8d5f40b8ee074e5f23f (patch) | |
tree | bf77ee75ea58fbbe9ddd2f5ea0aa9f5706c5f228 | |
parent | 68c2914f1775541784e6cf88019960342d8433bc (diff) |
More new chips
-rw-r--r-- | src/nv_driver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c index d1f4c24..3a396e0 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -729,6 +729,7 @@ NVIsG80(int chipType) case 0x06f0: case 0x0a60: case 0x0a70: + case 0x0ca0: return TRUE; } |