]> git.pld-linux.org Git - packages/SVGATextMode.git/commitdiff
- adds support for GeForce2 MX 100/200/400 SVGATextMode-1_10-10
authorTomasz Pala <gotar@pld-linux.org>
Fri, 5 Jul 2002 07:51:38 +0000 (07:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SVGATextMode-GeForce2MX.patch -> 1.1

SVGATextMode-GeForce2MX.patch [new file with mode: 0644]

diff --git a/SVGATextMode-GeForce2MX.patch b/SVGATextMode-GeForce2MX.patch
new file mode 100644 (file)
index 0000000..7973d72
--- /dev/null
@@ -0,0 +1,23 @@
+diff -urN SVGATextMode-1.10.orig/XFREE/riva128_clock.c SVGATextMode-1.10/XFREE/riva128_clock.c
+--- SVGATextMode-1.10.orig/XFREE/riva128_clock.c       Tue Jul 18 04:47:15 2000
++++ SVGATextMode-1.10/XFREE/riva128_clock.c    Fri Jul  5 00:47:11 2002
+@@ -83,6 +83,8 @@
+ #define PCI_DEVICE_ID_NVIDIA_VTNT2     0x002C
+ #define PCI_DEVICE_ID_NVIDIA_UVTNT2    0x002D
+ #define PCI_DEVICE_ID_NVIDIA_ITNT2     0x00A0
++#define PCI_DEVICE_ID_NVIDIA_GF2MX400  0x0110
++#define PCI_DEVICE_ID_NVIDIA_GF2MX200  0x0111
+ vgaPCIInformation *vgaPCIInfo;
+@@ -205,7 +207,9 @@
+                                pcr->_device == PCI_DEVICE_ID_NVIDIA_UTNT2 ||
+                                pcr->_device == PCI_DEVICE_ID_NVIDIA_VTNT2 ||
+                                pcr->_device == PCI_DEVICE_ID_NVIDIA_UVTNT2 ||
+-                               pcr->_device == PCI_DEVICE_ID_NVIDIA_ITNT2)
++                               pcr->_device == PCI_DEVICE_ID_NVIDIA_ITNT2 ||
++                               pcr->_device == PCI_DEVICE_ID_NVIDIA_GF2MX400 ||
++                               pcr->_device == PCI_DEVICE_ID_NVIDIA_GF2MX200)
+                        {
+                                is_nv3 = 0;
+                                pll_coeff = 0x00010700;
This page took 0.117262 seconds and 4 git commands to generate.