]> git.pld-linux.org Git - packages/SVGATextMode.git/commitdiff
- added Geforce 256 DDR
authorwolf <wolf@pld-linux.org>
Tue, 13 Aug 2002 19:30:16 +0000 (19:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SVGATextMode-GeForce.patch -> 1.1
    SVGATextMode-GeForce2MX.patch -> 1.2

SVGATextMode-GeForce.patch [moved from SVGATextMode-GeForce2MX.patch with 89% similarity]

similarity index 89%
rename from SVGATextMode-GeForce2MX.patch
rename to SVGATextMode-GeForce.patch
index 7973d721fbebbcc23fa19e2f8a291e8b88a53bde..8ce5f0d35d1a9b7f86d4717df051831d3254fa0a 100644 (file)
@@ -1,21 +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 @@
+@@ -83,6 +83,9 @@
  #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_GF256DDR 0x0101
 +#define PCI_DEVICE_ID_NVIDIA_GF2MX400  0x0110
 +#define PCI_DEVICE_ID_NVIDIA_GF2MX200  0x0111
  
  vgaPCIInformation *vgaPCIInfo;
  
-@@ -205,7 +207,9 @@
+@@ -205,7 +207,10 @@
                                 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_GF256DDR ||
 +                               pcr->_device == PCI_DEVICE_ID_NVIDIA_GF2MX400 ||
 +                               pcr->_device == PCI_DEVICE_ID_NVIDIA_GF2MX200)
                         {
This page took 0.089684 seconds and 4 git commands to generate.