pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xf86-video-nv Update to 2.1.14:
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7f64907431a
branches: trunk
changeset: 397285:d7f64907431a
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Aug 09 22:47:09 2009 +0000
description:
Update to 2.1.14:
Aaron Plattner (6):
Fix a dumb typo in the chip name entry for the GeForce 9800 GTX+
More chip names.
New chip support.
Fix modesets on certain GPUs that were broken by the previous commit.
More new chips
Bump to 2.1.14
Adam Jackson (1):
Remove useless loader symbol lists.
Yinan Shen (1):
G80: Fix incorrect I2C port access for ports above 3.
diffstat:
x11/xf86-video-nv/Makefile | 5 ++---
x11/xf86-video-nv/distinfo | 10 +++++-----
x11/xf86-video-nv/patches/patch-aa | 16 ++++++++--------
3 files changed, 15 insertions(+), 16 deletions(-)
diffs (65 lines):
diff -r 7f8941f6f63c -r d7f64907431a x11/xf86-video-nv/Makefile
--- a/x11/xf86-video-nv/Makefile Sun Aug 09 22:44:56 2009 +0000
+++ b/x11/xf86-video-nv/Makefile Sun Aug 09 22:47:09 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2009/06/07 11:24:37 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2009/08/09 22:47:09 wiz Exp $
-DISTNAME= xf86-video-nv-2.1.13
-PKGREVISION= 2
+DISTNAME= xf86-video-nv-2.1.14
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
diff -r 7f8941f6f63c -r d7f64907431a x11/xf86-video-nv/distinfo
--- a/x11/xf86-video-nv/distinfo Sun Aug 09 22:44:56 2009 +0000
+++ b/x11/xf86-video-nv/distinfo Sun Aug 09 22:47:09 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2009/05/12 13:20:41 tnn Exp $
+$NetBSD: distinfo,v 1.14 2009/08/09 22:47:09 wiz Exp $
-SHA1 (xf86-video-nv-2.1.13.tar.bz2) = 47aa26d8d21773eb5d03a931482a87a75d9168ab
-RMD160 (xf86-video-nv-2.1.13.tar.bz2) = 8b5a0259996ef867ec622cc4c555ff83aaef6ee0
-Size (xf86-video-nv-2.1.13.tar.bz2) = 397630 bytes
-SHA1 (patch-aa) = 29d1ab1e4b1a3483393f838b67d2ca1207f77e79
+SHA1 (xf86-video-nv-2.1.14.tar.bz2) = eda0e94c7a86c7cbc51a9a5de79e71813f28d045
+RMD160 (xf86-video-nv-2.1.14.tar.bz2) = cd1d21ffe9cfb115acd821fe6ea03b2572eb0aa6
+Size (xf86-video-nv-2.1.14.tar.bz2) = 380104 bytes
+SHA1 (patch-aa) = 46425003bc1a8bd8b80c31eeb59162ba5b33be16
SHA1 (patch-ab) = 406f8233b47222e18ecad8288388122eadd1e0e6
diff -r 7f8941f6f63c -r d7f64907431a x11/xf86-video-nv/patches/patch-aa
--- a/x11/xf86-video-nv/patches/patch-aa Sun Aug 09 22:44:56 2009 +0000
+++ b/x11/xf86-video-nv/patches/patch-aa Sun Aug 09 22:47:09 2009 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-aa,v 1.4 2009/05/12 13:20:41 tnn Exp $
+$NetBSD: patch-aa,v 1.5 2009/08/09 22:47:09 wiz Exp $
---- src/nv_driver.c.orig 2009-04-07 19:33:51.000000000 +0200
+--- src/nv_driver.c.orig 2009-06-27 00:47:57.000000000 +0000
+++ src/nv_driver.c
-@@ -365,6 +365,7 @@ static SymTabRec NVKnownChipsets[] =
- { 0x10DE0242, "GeForce 6100" },
+@@ -373,6 +373,7 @@ static SymTabRec NVKnownChipsets[] =
{ 0x10DE0244, "GeForce Go 6150" },
+ { 0x10DE0245, "Quadro NVS 210S / NVIDIA GeForce 6150LE" },
{ 0x10DE0247, "GeForce Go 6100" },
+ { 0x10DE0533, "GeForce 7000M" },
- /*************** G8x ***************/
- { 0x10DE0191, "GeForce 8800 GTX" },
-@@ -844,6 +845,7 @@ NVIsSupported(CARD32 id)
+ { 0x10DE03D0, "GeForce 6150SE" },
+ { 0x10DE03D1, "GeForce 6100 nForce 405" },
+@@ -764,6 +765,7 @@ NVIsSupported(CARD32 id)
case 0x0340:
case 0x0390:
case 0x03D0:
@@ -18,7 +18,7 @@
return TRUE;
}
-@@ -1772,6 +1774,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
+@@ -1685,6 +1687,7 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
case 0x0390: /* GeForce 7600 */
case 0x0240: /* GeForce 6100 */
case 0x03D0:
Home |
Main Index |
Thread Index |
Old Index