xf86-video-nv: src/nv_driver.c

Aaron Plattner aplattner at kemper.freedesktop.org
Fri Nov 2 16:56:47 PDT 2007


 src/nv_driver.c |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4da88cb3dd13a86c477389c5b2d42d7d40ce2023
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Fri Nov 2 16:56:35 2007 -0700

    GeForce 8800 GT.

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;
     }
 


More information about the xorg-commit mailing list