]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- real fix
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sun, 29 May 2005 18:24:36 +0000 (18:24 +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.3

X11-driver-firegl-viak8t.patch

index f3920887184e2fc252ef1fe2a33cd5f37d52a951..2070a56362d5df69561694778bd1f3fa500cdaef 100644 (file)
@@ -1,34 +1,32 @@
-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,
+--- 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 @@
+         "Via",
+         "Apollo P4M266",
+         via_generic_setup },
++    { PCI_DEVICE_ID_VIA_8380_0,
++        PCI_VENDOR_ID_VIA,
++        AMD_8151,
++        "AMD",
++        "On-CPU GART",
++        amd_8151_setup },
++    { PCI_DEVICE_ID_VIA_8385_0,
++        PCI_VENDOR_ID_VIA,
++        AMD_8151,
++        "AMD",
++        "On-CPU GART",
++        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)
This page took 0.02649 seconds and 4 git commands to generate.