]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- fixed broken patch
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sun, 29 May 2005 18:00:42 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-firegl-viak8t.patch -> 1.2

X11-driver-firegl-viak8t.patch

index 4e3fc23b5fec83ac2473ae756b5327221473bdfd..f3920887184e2fc252ef1fe2a33cd5f37d52a951 100644 (file)
@@ -1,32 +1,34 @@
---- a/lib/modules/fglrx/build_mod/agpgart_be.c 2005-05-06 19:38:20.097954488 +0200
-+++ b/lib/modules/fglrx/build_mod/agpgart_be.c 2005-05-06 18:33:55.722009576 +0200
-@@ -6185,6 +6185,18 @@
-         &quot;Via&quot;,
-         &quot;Apollo P4M266&quot;,
-         via_generic_setup },
-+    { PCI_DEVICE_ID_VIA_8380_0,
-+        PCI_VENDOR_ID_VIA,
-+        AMD_8151,
-+        &quot;AMD&quot;,
-+        &quot;On-CPU GART&quot;,
-+        amd_8151_setup },
-+    { PCI_DEVICE_ID_VIA_8385_0,
-+        PCI_VENDOR_ID_VIA,
-+        AMD_8151,
-+        &quot;AMD&quot;,
-+        &quot;On-CPU GART&quot;,
-+        amd_8151_setup },    
-     { 0,
-         PCI_VENDOR_ID_VIA,
-         VIA_GENERIC,
---- a/lib/modules/fglrx/build_mod/agp.h        2005-05-06 19:38:19.671019392 +0200
-+++ b/lib/modules/fglrx/build_mod/agp.h        2005-05-06 18:37:10.403413504 +0200
-@@ -202,6 +202,8 @@
-     #define SIS_GENERIC             _X(SIS_GENERIC)
-     #define AMD_GENERIC             _X(AMD_GENERIC)
-     #define AMD_IRONGATE            _X(AMD_IRONGATE)
-+    #define PCI_DEVICE_ID_VIA_8380_0        0x0204
-+    #define PCI_DEVICE_ID_VIA_8385_0        0x3188
- //    #define AMD_IGD4                _X(AMD_IGD4)
- //    #define AMD_IGD4_2P             _X(AMD_IGD4_2P)
-     #define AMD_761                 _X(AMD_761)
+Index: X11-driver-firegl-viak8t.patch
+===================================================================
+RCS file: /cvsroot/SOURCES/X11-driver-firegl-viak8t.patch,v
+retrieving revision 1.1
+diff -u -r1.1 X11-driver-firegl-viak8t.patch
+--- X11-driver-firegl-viak8t.patch     8 May 2005 12:08:22 -0000       1.1
++++ X11-driver-firegl-viak8t.patch     28 May 2005 22:34:42 -0000
+@@ -1,20 +1,20 @@
+ --- a/lib/modules/fglrx/build_mod/agpgart_be.c        2005-05-06 19:38:20.097954488 +0200
+ +++ b/lib/modules/fglrx/build_mod/agpgart_be.c        2005-05-06 18:33:55.722009576 +0200
+ @@ -6185,6 +6185,18 @@
+-         &quot;Via&quot;,
+-         &quot;Apollo P4M266&quot;,
++         "Via",
++         "Apollo P4M266",
+          via_generic_setup },
+ +    { PCI_DEVICE_ID_VIA_8380_0,
+ +        PCI_VENDOR_ID_VIA,
+ +        AMD_8151,
+-+        &quot;AMD&quot;,
+-+        &quot;On-CPU GART&quot;,
+++        "AMD",
+++        "On-CPU GART",
+ +        amd_8151_setup },
+ +    { PCI_DEVICE_ID_VIA_8385_0,
+ +        PCI_VENDOR_ID_VIA,
+ +        AMD_8151,
+-+        &quot;AMD&quot;,
+-+        &quot;On-CPU GART&quot;,
+++        "AMD",
+++        "On-CPU GART",
+ +        amd_8151_setup },    
+      { 0,
+          PCI_VENDOR_ID_VIA,
This page took 0.118527 seconds and 4 git commands to generate.