[kernel] r11507 - in dists/trunk/linux-2.6/debian: . config/amd64 config/i386

Maximilian Attems maks at alioth.debian.org
Mon Jun 2 22:37:06 UTC 2008


Author: maks
Date: Mon Jun  2 22:37:04 2008
New Revision: 11507

Log:
x86: Enable dma engine.

first step for that bug closure, mark it pending,
as other options will be enabled too.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Jun  2 22:37:04 2008
@@ -28,6 +28,7 @@
   * Add recognised alsa cards to bug report.
   * topconfig: Enable HYSDN, no longer broken on smp.
   * Add request_firmware patch for keyspan.
+  * [x86]: Enable dma engine. (closes: #473331)
 
   [ Martin Michlmayr ]
   * [arm/orion5x] Update the config to reflect upstream renaming this

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Mon Jun  2 22:37:04 2008
@@ -324,7 +324,7 @@
 ##
 ## file: drivers/dma/Kconfig
 ##
-# CONFIG_DMADEVICES is not set
+CONFIG_DMADEVICES=y
 CONFIG_INTEL_IOATDMA=m
 
 ##

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Mon Jun  2 22:37:04 2008
@@ -422,7 +422,7 @@
 ##
 ## file: drivers/dma/Kconfig
 ##
-# CONFIG_DMADEVICES is not set
+CONFIG_DMADEVICES=y
 CONFIG_INTEL_IOATDMA=m
 
 ##



More information about the Kernel-svn-changes mailing list