[kernel] r7838 - in dists/trunk/linux-2.6/debian: .
patches/bugfix/arm patches/series
Martin Michlmayr
tbm at alioth.debian.org
Sun Nov 19 15:23:44 UTC 2006
Author: tbm
Date: Sun Nov 19 16:23:43 2006
New Revision: 7838
Added:
dists/trunk/linux-2.6/debian/patches/bugfix/arm/enable-sata.patch
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
Log:
arm: source drivers/ata/Kconfig so SATA can be enabled on ARM.
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog (original)
+++ dists/trunk/linux-2.6/debian/changelog Sun Nov 19 16:23:43 2006
@@ -4,6 +4,7 @@
* mipsel: Drop DECstation support (both r3k-kn02 and r4k-kn04).
* arm: Drop RiscPC (rpc) support.
* arm: Update configs for 2.6.19-rc6.
+ * arm: source drivers/ata/Kconfig so SATA can be enabled on ARM.
-- Bastian Blank <waldi at debian.org> Sun, 19 Nov 2006 12:05:33 +0100
Added: dists/trunk/linux-2.6/debian/patches/bugfix/arm/enable-sata.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/arm/enable-sata.patch Sun Nov 19 16:23:43 2006
@@ -0,0 +1,15 @@
+# Submitted to http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=3933/1
+
+diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
+index adb05de..ce00c57 100644
+--- a/arch/arm/Kconfig
++++ b/arch/arm/Kconfig
+@@ -879,6 +879,8 @@ endif
+
+ source "drivers/scsi/Kconfig"
+
++source "drivers/ata/Kconfig"
++
+ source "drivers/md/Kconfig"
+
+ source "drivers/message/fusion/Kconfig"
Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 (original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1 Sun Nov 19 16:23:43 2006
@@ -23,3 +23,4 @@
+ bugfix/mips/sgi-ioc3.patch
+ features/mips/sb1-duart.patch
+ features/mips/qemu-vga.patch
++ bugfix/arm/enable-sata.patch
More information about the Kernel-svn-changes
mailing list