All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] wrong value definition about IBM WorkPad
@ 2003-07-25  8:35 Yoichi Yuasa
  2003-07-29 14:05 ` Yoichi Yuasa
  0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2003-07-25  8:35 UTC (permalink / raw)
  To: ralf; +Cc: yuasa, linux-mips

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

Hello Ralf,

I made a patch for wrong value definition about IBM WorkPad.

Please apply these patches to v2.4 and v2.6 CVS tree.

Yoichi

[-- Attachment #2: workpad-v24.diff --]
[-- Type: text/plain, Size: 520 bytes --]

diff -aruN --exclude=CVS --exclude=.cvsignore linux.orig/include/asm-mips/vr41xx/workpad.h linux/include/asm-mips/vr41xx/workpad.h
--- linux.orig/include/asm-mips/vr41xx/workpad.h	Fri Oct  4 01:58:02 2002
+++ linux/include/asm-mips/vr41xx/workpad.h	Fri Jul 25 15:10:10 2003
@@ -22,7 +22,7 @@
 /*
  * Board specific address mapping
  */
-#define VR41XX_ISA_MEM_BASE		0x100000000
+#define VR41XX_ISA_MEM_BASE		0x10000000
 #define VR41XX_ISA_MEM_SIZE		0x04000000
 
 /* VR41XX_ISA_IO_BASE includes offset from real base. */

[-- Attachment #3: workpad-v26.diff --]
[-- Type: text/plain, Size: 520 bytes --]

diff -aruN --exclude=CVS --exclude=.cvsignore linux.orig/include/asm-mips/vr41xx/workpad.h linux/include/asm-mips/vr41xx/workpad.h
--- linux.orig/include/asm-mips/vr41xx/workpad.h	Fri Oct  4 01:57:50 2002
+++ linux/include/asm-mips/vr41xx/workpad.h	Fri Jul 25 17:26:10 2003
@@ -22,7 +22,7 @@
 /*
  * Board specific address mapping
  */
-#define VR41XX_ISA_MEM_BASE		0x100000000
+#define VR41XX_ISA_MEM_BASE		0x10000000
 #define VR41XX_ISA_MEM_SIZE		0x04000000
 
 /* VR41XX_ISA_IO_BASE includes offset from real base. */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-29 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-25  8:35 [patch] wrong value definition about IBM WorkPad Yoichi Yuasa
2003-07-29 14:05 ` Yoichi Yuasa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.