diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-09 22:47:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-09 22:47:09 +0000 |
commit | 7e0c94faf4a8b8a5de1cf1e37551bf9c554f81f6 (patch) | |
tree | 673bcbbaf0aed6d5d1012204ac3843457cabdefc /x11 | |
parent | 09336b1ae4ddcd36bddab6cbb7dae24f80539d31 (diff) | |
download | pkgsrc-7e0c94faf4a8b8a5de1cf1e37551bf9c554f81f6.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/xf86-video-nv/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-video-nv/distinfo | 10 | ||||
-rw-r--r-- | x11/xf86-video-nv/patches/patch-aa | 16 |
3 files changed, 15 insertions, 16 deletions
diff --git a/x11/xf86-video-nv/Makefile b/x11/xf86-video-nv/Makefile index f0529123dfe..741d8e8660b 100644 --- a/x11/xf86-video-nv/Makefile +++ b/x11/xf86-video-nv/Makefile @@ -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 --git a/x11/xf86-video-nv/distinfo b/x11/xf86-video-nv/distinfo index cb522b790b4..4ce04052372 100644 --- a/x11/xf86-video-nv/distinfo +++ b/x11/xf86-video-nv/distinfo @@ -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 --git a/x11/xf86-video-nv/patches/patch-aa b/x11/xf86-video-nv/patches/patch-aa index 46e089cded6..c9ec24be6d4 100644 --- a/x11/xf86-video-nv/patches/patch-aa +++ b/x11/xf86-video-nv/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.4 2009/05/12 13:20:41 tnn Exp $ 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: |