diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-09-17 02:42:31 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-09-17 02:42:31 +0000 |
commit | d19cbb38936b738fe4a91a4f7f70fa32bdc27004 (patch) | |
tree | 517f5412922ee675dbc7917074ae108ea8d16ed8 /x11-servers/XFree86-4-Server-snap/files/patch-nv_setup.c | |
parent | bf3c312523f83aa4a3c67cd1808d26437f77beab (diff) |
Notes
Diffstat (limited to 'x11-servers/XFree86-4-Server-snap/files/patch-nv_setup.c')
-rw-r--r-- | x11-servers/XFree86-4-Server-snap/files/patch-nv_setup.c | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/files/patch-nv_setup.c b/x11-servers/XFree86-4-Server-snap/files/patch-nv_setup.c index ff3ee569a4fd..e69de29bb2d1 100644 --- a/x11-servers/XFree86-4-Server-snap/files/patch-nv_setup.c +++ b/x11-servers/XFree86-4-Server-snap/files/patch-nv_setup.c @@ -1,35 +0,0 @@ -Index: programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c -=================================================================== -RCS file: /home/ncvs/xfree/xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c,v -retrieving revision 1.28 -retrieving revision 1.29 -diff -u -u -r1.28 -r1.29 ---- programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c 12 Mar 2003 21:27:18 -0000 1.28 -+++ programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c 4 Apr 2003 00:18:50 -0000 1.29 -@@ -24,7 +24,7 @@ - /* Hacked together from mga driver and 3.3.4 NVIDIA driver by Jarno Paananen - <jpaana@s2.org> */ - --/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c,v 1.27 2003/02/10 23:42:51 mvojkovi Exp $ */ -+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c,v 1.28 2003/03/12 21:27:18 mvojkovi Exp $ */ - - #include "nv_include.h" - -@@ -424,6 +424,9 @@ - break; - } - -+ if(pNv->riva.Architecture == 3) -+ pNv->riva.PCRTC0 = pNv->riva.PGRAPH; -+ - if(pNv->SecondCRTC) { - pNv->riva.PCIO = pNv->riva.PCIO0 + 0x2000; - pNv->riva.PCRTC = pNv->riva.PCRTC0 + 0x800; -@@ -492,7 +495,6 @@ - frameBase+0x00C00000, 0x00008000); - - NVCommonSetup(pScrn); -- pNv->riva.PCRTC = pNv->riva.PCRTC0 = pNv->riva.PGRAPH; - } - - void |