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

Aaron Plattner aplattner at kemper.freedesktop.org
Sat Apr 21 02:28:50 EEST 2007


 man/nv.man      |    4 ++--
 src/nv_driver.c |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
diff-tree 5d9b75b432dbc525e10c1c00436a1820456f6fb4 (from 1261f12714746dcb2b58bc04c373594ace4f053b)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Fri Apr 20 15:23:26 2007 -0700

    GeForce 8300 GS and GeForce 8400 GS.

diff --git a/src/nv_driver.c b/src/nv_driver.c
index 6c15cdf..d90dd37 100644
--- a/src/nv_driver.c
+++ b/src/nv_driver.c
@@ -341,6 +341,8 @@ static SymTabRec NVKnownChipsets[] =
   { 0x10DE0400, "GeForce 8600 GTS" },
   { 0x10DE0402, "GeForce 8600 GT" },
   { 0x10DE0421, "GeForce 8500 GT" },
+  { 0x10DE0422, "GeForce 8400 GS" },
+  { 0x10DE0423, "GeForce 8300 GS" },
 #endif
 
   {-1, NULL}
diff-tree 1261f12714746dcb2b58bc04c373594ace4f053b (from b4e26dfcc01b2816b6f8445fa8e9388b5e254df9)
Author: Aaron Plattner <aplattner at nvidia.com>
Date:   Fri Apr 20 09:01:02 2007 -0700

    Add new chips to the manpage.

diff --git a/man/nv.man b/man/nv.man
index 243b406..0d8d079 100644
--- a/man/nv.man
+++ b/man/nv.man
@@ -61,7 +61,7 @@ G70, G71, G72, G73
 .de G8
 .TP 22
 .B GeForce 8XXX
-G80
+G80, G84, G86
 ..
 .if __support_g80__ .G8
 
@@ -140,7 +140,7 @@ Enable or disable use of the shadow fram
 .PP
 The following driver
 .B Options
-are available for G80:
+are available for G80 and higher:
 .TP
 .BI "Option \*qHWCursor\*q \*q" boolean \*q
 Enable or disable the hardware cursor.  Default: on.



More information about the xorg-commit mailing list