[kernel] r5932 - dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches

Martin Michlmayr tbm at costa.debian.org
Sun Feb 19 22:29:05 UTC 2006


Author: tbm
Date: Sun Feb 19 22:29:02 2006
New Revision: 5932

Modified:
   dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/32_sb1_probe_ide.dpatch
Log:
convert to git format...


Modified: dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/32_sb1_probe_ide.dpatch
==============================================================================
--- dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/32_sb1_probe_ide.dpatch	(original)
+++ dists/trunk/arch/mips/linux-patch-2.6.16-mips-2.6.16/debian/patches/32_sb1_probe_ide.dpatch	Sun Feb 19 22:29:02 2006
@@ -1,26 +1,14 @@
-#! /bin/sh -e
-## 32_sb1_probe_ide.dpatch by Peter Horton <pdh at colonel-panic.org>
-##
-## DP: Make sure we scan SWARM IDE interface for devices.
-## DP: Upstream status: submitted to linux-mips list
-
-if [ $# -lt 1 ]; then
-    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-    exit 1
-fi
-
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
-
-case "$1" in
-    -patch) patch -p1 ${patch_opts} < $0;;
-    -unpatch) patch -R -p1 ${patch_opts} < $0;;
-    *)
-        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-        exit 1;;
-esac
+From: Peter Horton <pdh at colonel-panic.org>
 
-exit 0
+[PATCH] Make sure we scan SWARM IDE interface for devices
+
+Signed-off-by: Peter Horton <pdh at colonel-panic.org>
+Signed-off-by: Martin Michlmayr <tbm at cyrius.com>
+
+---
+
+ swarm.c |    1 +
+ 1 file changed, 1 insertion(+)
 
 Index: linux.git/drivers/ide/mips/swarm.c
 ===================================================================



More information about the Kernel-svn-changes mailing list