]> git.pld-linux.org Git - packages/SVGATextMode.git/blobdiff - SVGATextMode-GeForce.patch
- added Geforce 256 DDR
[packages/SVGATextMode.git] / SVGATextMode-GeForce.patch
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.078018 seconds and 4 git commands to generate.