xf86-video-nv: src/nv_driver.c

Aaron Plattner aplattner at kemper.freedesktop.org
Tue Apr 17 23:12:31 EEST 2007


 src/nv_driver.c |    3 +++
 1 files changed, 3 insertions(+)

New commits:
diff-tree b68f3ada7bd857095c7652c175a0ba18bf45801f (from 0126c809544cb3a0242fc3bce7ad82d4962aaf1c)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Tue Apr 17 12:47:11 2007 -0700

    Add GeForce 8600 and 8500 PCI IDs.

diff --git a/src/nv_driver.c b/src/nv_driver.c
index 6c04529..6c15cdf 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -338,6 +338,9 @@ static SymTabRec NVKnownChipsets[] =
   { 0x10DE0193, "GeForce 8800 GTS" },
   { 0x10DE019D, "Quadro FX 5600" },
   { 0x10DE019E, "Quadro FX 4600" },
+  { 0x10DE0400, "GeForce 8600 GTS" },
+  { 0x10DE0402, "GeForce 8600 GT" },
+  { 0x10DE0421, "GeForce 8500 GT" },
 #endif
 
   {-1, NULL}



More information about the xorg-commit mailing list