netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sh_eth: Fix mistake of the address of SH7763
@ 2009-03-17  5:52 Nobuhiro Iwamatsu
  2009-03-17  5:50 ` [PATCH] sh_eth: Change handling of IRQ Nobuhiro Iwamatsu
  0 siblings, 1 reply; 5+ messages in thread
From: Nobuhiro Iwamatsu @ 2009-03-17  5:52 UTC (permalink / raw)
  To: netdev; +Cc: Linux-sh, Paul Mundt

Address of SH_TSU_ADDR and ARSTR of SH7763 was wrong.
This revise it.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
---
 drivers/net/sh_eth.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/sh_eth.h b/drivers/net/sh_eth.h
index 73bc718..1537e13 100644
--- a/drivers/net/sh_eth.h
+++ b/drivers/net/sh_eth.h
@@ -43,8 +43,8 @@

 #define SH7763_SKB_ALIGN 32
 /* Chip Base Address */
-# define SH_TSU_ADDR  0xFFE01800
-# define ARSTR 		  0xFFE01800
+# define SH_TSU_ADDR	0xFEE01800
+# define ARSTR			SH_TSU_ADDR

 /* Chip Registers */
 /* E-DMAC */
-- 
1.6.2

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

end of thread, other threads:[~2009-03-31  0:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17  5:52 [PATCH] sh_eth: Fix mistake of the address of SH7763 Nobuhiro Iwamatsu
2009-03-17  5:50 ` [PATCH] sh_eth: Change handling of IRQ Nobuhiro Iwamatsu
2009-03-30 23:15   ` Paul Mundt
2009-03-30 23:16     ` Paul Mundt
2009-03-31  0:58       ` Nobuhiro Iwamatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).