[kernel] r6079 - in dists/trunk/linux-2.6/debian: . arch/powerpc

Sven Luther luther at costa.debian.org
Mon Mar 6 09:02:33 UTC 2006


Author: luther
Date: Mon Mar  6 09:02:32 2006
New Revision: 6079

Modified:
   dists/trunk/linux-2.6/debian/arch/powerpc/config
   dists/trunk/linux-2.6/debian/changelog
Log:
Disabled CONFIG_IEEE1394_SBP2_PHYS_DMA, which was broken on powerpc64, as it used the long deprecated bus_to_virt symbol.


Modified: dists/trunk/linux-2.6/debian/arch/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/powerpc/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/powerpc/config	Mon Mar  6 09:02:32 2006
@@ -237,7 +237,7 @@
 CONFIG_IEEE1394_OHCI1394=m
 CONFIG_IEEE1394_VIDEO1394=m
 CONFIG_IEEE1394_SBP2=m
-CONFIG_IEEE1394_SBP2_PHYS_DMA=y
+# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
 CONFIG_IEEE1394_ETH1394=m
 CONFIG_IEEE1394_DV1394=m
 CONFIG_IEEE1394_RAWIO=m

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Mon Mar  6 09:02:32 2006
@@ -1,3 +1,10 @@
+linux-2.6 (2.6.15+2.6.16-rc5-0experimental.2) UNRELEASED; urgency=low
+
+  * [powerpc] Disabled CONFIG_IEEE1394_SBP2_PHYS_DMA, which was broken on
+    powerpc64, as it used the long deprecated bus_to_virt symbol.
+
+ -- Sven Luther <luther at debian.org>  Mon,  6 Mar 2006 08:57:20 +0000
+
 linux-2.6 (2.6.15+2.6.16-rc5-0experimental.1) experimental; urgency=low
 
   [ Frederik Schüler ]



More information about the Kernel-svn-changes mailing list