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

Aaron Plattner aplattner at kemper.freedesktop.org
Wed Apr 26 00:49:05 EEST 2006


 ChangeLog       |   11 +++++++++++
 configure.ac    |    2 +-
 src/nv_const.h  |    2 +-
 src/nv_driver.c |    7 ++++++-
 4 files changed, 19 insertions(+), 3 deletions(-)

New commits:
diff-tree c34a93265cb42168376ebdf0746b3ccded9f126c (from f70247ade9eac8fa6115889662abb8e678a182dc)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Tue Apr 25 14:38:43 2006 -0700

    Bump to 1.1.2 for new product names.

diff --git a/ChangeLog b/ChangeLog
index d20c402..d962cb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2006-04-25  Aaron Plattner  <aplattner at nvidia.com>
 
+	* configure.ac:
+	* src/nv_const.h:
+	Bump to 1.1.2 for new product names.
+
+2006-04-25  Aaron Plattner  <aplattner at nvidia.com>
+
 	* src/nv_driver.c:
 	Add names for Quadro FX 5500, 3500, 1500, 560, 550, and 350.
 
diff --git a/configure.ac b/configure.ac
index 587e7c1..5ac0706 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-nv],
-        1.1.1,
+        1.1.2,
         [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
         xf86-video-nv)
 
diff --git a/src/nv_const.h b/src/nv_const.h
index c66f80a..523c7ee 100644
--- a/src/nv_const.h
+++ b/src/nv_const.h
@@ -8,7 +8,7 @@
 #define NV_DRIVER_NAME "nv"
 #define NV_MAJOR_VERSION 1
 #define NV_MINOR_VERSION 1
-#define NV_PATCHLEVEL 1
+#define NV_PATCHLEVEL 2
 
 #endif /* __NV_CONST_H__ */
           
diff-tree f70247ade9eac8fa6115889662abb8e678a182dc (from ca4c8af624e87e5c6a2927092a9c230ae0e60c0e)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Tue Apr 25 14:29:44 2006 -0700

    Add names for Quadro FX 5500, 3500, 1500, 560, 550, and 350.

diff --git a/ChangeLog b/ChangeLog
index 8cf619e..d20c402 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-25  Aaron Plattner  <aplattner at nvidia.com>
+
+	* src/nv_driver.c:
+	Add names for Quadro FX 5500, 3500, 1500, 560, 550, and 350.
+
 2006-04-07  Adam Jackson  <ajax at freedesktop.org>
 
 	* configure.ac:
diff --git a/src/nv_driver.c b/src/nv_driver.c
index 5e30162..cc36f38 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -91,7 +91,7 @@ _X_EXPORT DriverRec NV = {
         0
 };
 
-/* Known cards as of 2006/01/12  */
+/* Known cards as of 2006/04/20  */
 
 static SymTabRec NVKnownChipsets[] =
 {
@@ -254,6 +254,7 @@ static SymTabRec NVKnownChipsets[] =
   { 0x10DE0147, "GeForce 6700 XL" },
   { 0x10DE0148, "GeForce Go 6600" },
   { 0x10DE0149, "GeForce Go 6600 GT" },
+  { 0x10DE014C, "Quadro FX 550" },
   { 0x10DE014E, "Quadro FX 540" },
   { 0x10DE014F, "GeForce 6200" },
 
@@ -298,11 +299,15 @@ static SymTabRec NVKnownChipsets[] =
   { 0x10DE0399, "GeForce Go 7600 GT"},
   { 0x10DE039A, "Quadro NVS 300M" },
   { 0x10DE039C, "Quadro FX 550M" },
+  { 0x10DE039E, "Quadro FX 560" },
 
   { 0x10DE0298, "GeForce Go 7900 GS" },
   { 0x10DE0299, "GeForce Go 7900 GTX" },
   { 0x10DE029A, "Quadro FX 2500M" },
   { 0x10DE029B, "Quadro FX 1500M" },
+  { 0x10DE029C, "Quadro FX 5500" },
+  { 0x10DE029D, "Quadro FX 3500" },
+  { 0x10DE029E, "Quadro FX 1500" },
 
   { 0x10DE0240, "GeForce 6150" },
   { 0x10DE0241, "GeForce 6150 LE" },



More information about the xorg-commit mailing list