r1608 - in trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian: . patches patches/series

Christoph Hellwig hch-guest@haydn.debian.org
Sat, 18 Sep 2004 05:58:07 -0600


Author: hch-guest
Date: 2004-09-18 05:58:02 -0600 (Sat, 18 Sep 2004)
New Revision: 1608

Added:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/i915-agp.dpatch
Modified:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-7
Log:

  * Really enable i915 agpgart support (Christoph Hellwig).



Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2004-09-18 11:17:34 UTC (rev 1607)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/changelog	2004-09-18 11:58:02 UTC (rev 1608)
@@ -2,6 +2,8 @@
 
   * Fix VGA console on PReP systems (closes: #271852) (Jens Schmalzing).
 
+  * Really enable i915 agpgart support (Christoph Hellwig).
+
  -- Jens Schmalzing <jensen@debian.org>  Thu, 16 Sep 2004 10:04:54 +0200
 
 kernel-source-2.6.8 (2.6.8-6) unstable; urgency=medium

Added: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/i915-agp.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/i915-agp.dpatch	2004-09-18 11:17:34 UTC (rev 1607)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/i915-agp.dpatch	2004-09-18 11:58:02 UTC (rev 1608)
@@ -0,0 +1,21 @@
+#! /bin/sh -e 
+## <PATCHNAME>.dpatch by <PATCH_AUTHOR@EMAI>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Description: Really enable i915 support in agpgart
+## DP: Patch author: Kurt Garloff <garloff@suse.de>
+## DP: Upstream status: submitted
+
+. $(dirname $0)/DPATCH
+
+@DPATCH@
+--- linux-2.5/drivers/char/agp/intel-agp.c	2004-09-11 20:52:32.000000000 +0200
++++ kernel-source-2.6.8/drivers/char/agp/intel-agp.c	2004-09-18 13:44:33.482948280 +0200
+@@ -1768,6 +1770,7 @@
+ 	ID(PCI_DEVICE_ID_INTEL_82875_HB),
+ 	ID(PCI_DEVICE_ID_INTEL_7505_0),
+ 	ID(PCI_DEVICE_ID_INTEL_7205_0),
++	ID(PCI_DEVICE_ID_INTEL_82915G_HB),
+ 	{ }
+ };
+ 

Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-7
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-7	2004-09-18 11:17:34 UTC (rev 1607)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/series/2.6.8-7	2004-09-18 11:58:02 UTC (rev 1608)
@@ -1 +1,2 @@
 + ppc-boot-isa.dpatch
++ i915-agp.dpatch