From c5a234cdb15a59267f94f71158cfdfc3c503e684 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Sun, 8 May 2005 12:08:22 +0000 Subject: [PATCH] =?utf8?q?-=20via=20k8t=20support=20added=20(patch=20sent?= =?utf8?q?=20by=20Pawe=C5=82=20M.=20Zask=C3=B3rski).=20-=20release=202.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changed files: X11-driver-firegl-viak8t.patch -> 1.1 X11-driver-firegl.spec -> 1.91 --- X11-driver-firegl-viak8t.patch | 32 ++++++++++++++++++++++++++++++++ X11-driver-firegl.spec | 3 ++- 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 X11-driver-firegl-viak8t.patch diff --git a/X11-driver-firegl-viak8t.patch b/X11-driver-firegl-viak8t.patch new file mode 100644 index 0000000..4e3fc23 --- /dev/null +++ b/X11-driver-firegl-viak8t.patch @@ -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 @@ + "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) diff --git a/X11-driver-firegl.spec b/X11-driver-firegl.spec index 71c31b5..b8decb2 100644 --- a/X11-driver-firegl.spec +++ b/X11-driver-firegl.spec @@ -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} -- 2.43.0