summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5141570..265979e 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -383,6 +383,7 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE042B, "Quadro NVS 135M" },
{ 0x10DE042D, "Quadro FX 360M" },
{ 0x10DE042F, "Quadro NVS 290" },
+ { 0x10DE0611, "GeForce 8800 GT" },
{-1, NULL}
};
@@ -748,6 +749,7 @@ NVIsG80(int chipType)
case 0x0190:
case 0x0400:
case 0x0420:
+ case 0x0610:
return TRUE;
}