[kernel] r6681 - in dists/sid/linux-2.6/debian: patches
patches/series
Martin Michlmayr
tbm at costa.debian.org
Wed May 24 16:24:21 UTC 2006
Author: tbm
Date: Wed May 24 16:24:19 2006
New Revision: 6681
Added:
dists/sid/linux-2.6/debian/patches/mips-dec-scsi.patch
Modified:
dists/sid/linux-2.6/debian/changelog
dists/sid/linux-2.6/debian/patches/series/15-extra
Log:
Add a patch to get SCSI working on DECstation.
Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog (original)
+++ dists/sid/linux-2.6/debian/changelog Wed May 24 16:24:19 2006
@@ -11,6 +11,7 @@
* [mips/b1-bcm91250a] Enable SMP.
* [mips] Add a compile fix for the Maxine fb.
* [mipsel] Add a patch that let's you enable serial console on DECstation.
+ * [mipsel] Add a patch to get SCSI working on DECstation.
* [arm] Allow RiscPC machines to boot an initrd (tagged list fix).
-- maximilian attems <maks at sternwelten.at> Wed, 24 May 2006 11:29:16 +0200
Added: dists/sid/linux-2.6/debian/patches/mips-dec-scsi.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/mips-dec-scsi.patch Wed May 24 16:24:19 2006
@@ -0,0 +1,21 @@
+# Upstream status: in linux-mips tree; someone needs to figure out how to
+# integrate this into the Linux tree...
+
+From: Maciej W. Rozycki <macro at linux-mips.org>
+
+--- drivers/scsi/NCR53C9x.h 2006-03-05 20:35:04.000000000 +0100
++++ ../mips.git/drivers/scsi/NCR53C9x.h 2006-03-05 19:51:16.000000000 +0100
+@@ -145,12 +145,7 @@
+
+ #ifndef MULTIPLE_PAD_SIZES
+
+-#ifdef CONFIG_CPU_HAS_WB
+-#include <asm/wbflush.h>
+-#define esp_write(__reg, __val) do{(__reg) = (__val); wbflush();} while(0)
+-#else
+-#define esp_write(__reg, __val) ((__reg) = (__val))
+-#endif
++#define esp_write(__reg, __val) do{(__reg) = (__val); iob();} while(0)
+ #define esp_read(__reg) (__reg)
+
+ struct ESP_regs {
Modified: dists/sid/linux-2.6/debian/patches/series/15-extra
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/15-extra (original)
+++ dists/sid/linux-2.6/debian/patches/series/15-extra Wed May 24 16:24:19 2006
@@ -1,3 +1,4 @@
#+ m68k-dma.patch m68k
#+ m68k-via2-scsi.patch m68k
+ mips-dec-serial.patch mipsel
++ mips-dec-scsi.patch mipsel
More information about the Kernel-svn-changes
mailing list