diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-06-16 10:07:07 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-06-16 10:07:07 -0700 |
commit | 2df11aafe4eae33aab06d902ddeed6bd996b1575 (patch) | |
tree | 7f20a47be7f68e0b46d2ecf9d41ad3a8ab403d9d /src | |
parent | 745a1d2d318eef0a6195fe08e4a43471b6d0a662 (diff) |
GeForce GTX 280 and 260 chip names.
Note: These GPUs already worked with this driver, this change just adds their
names to the table.
Diffstat (limited to 'src')
-rw-r--r-- | src/nv_driver.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c index a6202ce..d710d06 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -113,7 +113,7 @@ _X_EXPORT DriverRec NV = { #endif }; -/* Known cards as of 2008/06/05 */ +/* Known cards as of 2008/06/16 */ static SymTabRec NVKnownChipsets[] = { @@ -389,6 +389,8 @@ static SymTabRec NVKnownChipsets[] = { 0x10DE042D, "Quadro FX 360M" }, { 0x10DE042E, "GeForce 9300M G" }, { 0x10DE042F, "Quadro NVS 290" }, + { 0x10DE05E1, "GeForce GTX 280" }, + { 0x10DE05E2, "GeForce GTX 260" }, { 0x10DE0600, "GeForce 8800 GTS 512" }, { 0x10DE0602, "GeForce 8800 GT" }, { 0x10DE0604, "GeForce 9800 GX2" }, |