xf86-video-nv: 2 commits - configure.ac src/nv_driver.c

Aaron Plattner aplattner at kemper.freedesktop.org
Tue Jul 10 10:21:13 PDT 2007


 configure.ac    |    2 +-
 src/nv_driver.c |    7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
diff-tree 493822998184a1d79d6774686983cbd41930f253 (from d0d4e37accc697108e03c2ee7fdc0edf1f309620)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Tue Jul 10 09:58:46 2007 -0700

    Bump to 2.1.2.

diff --git a/configure.ac b/configure.ac
index ec55eb7..50dbeec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-nv],
-        2.1.1,
+        2.1.2,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-nv)
 
diff-tree d0d4e37accc697108e03c2ee7fdc0edf1f309620 (from e77a2d9b62bc65062e7e2167642be5ab75ac4864)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Tue Jul 10 09:48:19 2007 -0700

    More GeForce 8 series mobile chips.

diff --git a/src/nv_driver.c b/src/nv_driver.c
index 28c46d1..47d0fbb 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -345,10 +345,17 @@ static SymTabRec NVKnownChipsets[] =
   { 0x10DE0400, "GeForce 8600 GTS" },
   { 0x10DE0402, "GeForce 8600 GT" },
   { 0x10DE0407, "GeForce 8600M GT" },
+  { 0x10DE040B, "Quadro NVS 320M" },
   { 0x10DE0421, "GeForce 8500 GT" },
   { 0x10DE0422, "GeForce 8400 GS" },
   { 0x10DE0423, "GeForce 8300 GS" },
+  { 0x10DE0425, "GeForce 8600M GS" },
+  { 0x10DE0426, "GeForce 8400M GT" },
+  { 0x10DE0427, "GeForce 8400M GS" },
   { 0x10DE0428, "GeForce 8400M G" },
+  { 0x10DE0429, "Quadro NVS 140M" },
+  { 0x10DE042A, "Quadro NVS 130M" },
+  { 0x10DE042B, "Quadro NVS 135M" },
 
   {-1, NULL}
 };


More information about the xorg-commit mailing list