Fri Jul 13 09:37:13 2018 UTC ()
add what i believe is the missing part from the previous commit to
the old nvidia driver.  fixes my build and appears to match intent.


(mrg)
diff -r1.2 -r1.3 xsrc/external/mit/xf86-video-nv/dist/src/nv_type.h

cvs diff -r1.2 -r1.3 xsrc/external/mit/xf86-video-nv/dist/src/nv_type.h (expand / switch to unified diff)

--- xsrc/external/mit/xf86-video-nv/dist/src/nv_type.h 2018/07/12 21:19:54 1.2
+++ xsrc/external/mit/xf86-video-nv/dist/src/nv_type.h 2018/07/13 09:37:13 1.3
@@ -90,26 +90,27 @@ typedef struct { @@ -90,26 +90,27 @@ typedef struct {
90 Bool Primary; 90 Bool Primary;
91 CARD32 IOAddress; 91 CARD32 IOAddress;
92 unsigned long FbAddress; 92 unsigned long FbAddress;
93 unsigned char * FbBase; 93 unsigned char * FbBase;
94 unsigned char * FbStart; 94 unsigned char * FbStart;
95 CARD32 FbMapSize; 95 CARD32 FbMapSize;
96 CARD32 FbUsableSize; 96 CARD32 FbUsableSize;
97 CARD32 ScratchBufferSize; 97 CARD32 ScratchBufferSize;
98 CARD32 ScratchBufferStart; 98 CARD32 ScratchBufferStart;
99 Bool NoAccel; 99 Bool NoAccel;
100 Bool HWCursor; 100 Bool HWCursor;
101 Bool FpScale; 101 Bool FpScale;
102 Bool ShadowFB; 102 Bool ShadowFB;
 103 Bool UseEXA;
103 unsigned char * ShadowPtr; 104 unsigned char * ShadowPtr;
104 int ShadowPitch; 105 int ShadowPitch;
105 CARD32 MinVClockFreqKHz; 106 CARD32 MinVClockFreqKHz;
106 CARD32 MaxVClockFreqKHz; 107 CARD32 MaxVClockFreqKHz;
107 CARD32 CrystalFreqKHz; 108 CARD32 CrystalFreqKHz;
108 CARD32 RamAmountKBytes; 109 CARD32 RamAmountKBytes;
109 110
110 volatile U032 *REGS; 111 volatile U032 *REGS;
111 volatile U032 *PCRTC0; 112 volatile U032 *PCRTC0;
112 volatile U032 *PCRTC; 113 volatile U032 *PCRTC;
113 volatile U032 *PRAMDAC0; 114 volatile U032 *PRAMDAC0;
114 volatile U032 *PFB; 115 volatile U032 *PFB;
115 volatile U032 *PFIFO; 116 volatile U032 *PFIFO;