]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- via k8t support added (patch sent by Paweł M. Zaskórski).
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 8 May 2005 12:08:22 +0000 (12:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2.

Changed files:
    X11-driver-firegl-viak8t.patch -> 1.1
    X11-driver-firegl.spec -> 1.91

X11-driver-firegl-viak8t.patch [new file with mode: 0644]
X11-driver-firegl.spec

diff --git a/X11-driver-firegl-viak8t.patch b/X11-driver-firegl-viak8t.patch
new file mode 100644 (file)
index 0000000..4e3fc23
--- /dev/null
@@ -0,0 +1,32 @@
+--- 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 71c31b55d1183687104efe8ed09d0456129f06cf..b8decb28df9f43702eff4ebac753b64c5f1bf092 100644 (file)
@@ -28,7 +28,7 @@ Summary:      Linux Drivers for ATI graphics accelerators
 Summary(pl):   Sterowniki do akceleratorów graficznych ATI
 Name:          X11-driver-firegl
 Version:       8.12.10
-%define                _rel    1
+%define                _rel    2
 Release:       %{_rel}
 License:       ATI Binary (parts are GPL)
 Vendor:                ATI
@@ -45,6 +45,7 @@ Patch0:               firegl-panel.patch
 Patch1:                firegl-panel-ugliness.patch
 Patch2:                %{name}-kernel-2_6_11.patch
 Patch3:                %{name}-kh.patch
+Patch4:                %{name}-viak8t.patch
 URL:           http://www.ati.com/support/drivers/linux/radeon-linux.html
 BuildRequires: cpio
 %{?with_dist_kernel:BuildRequires:     kernel-module-build >= 2.6.7}
This page took 0.027515 seconds and 4 git commands to generate.