projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e0fde3
)
sh_eth: Fix mistake of the address of SH7763
author
Nobuhiro Iwamatsu
<iwamatsu.nobuhiro@renesas.com>
Mon, 16 Mar 2009 19:52:23 +0000
(19:52 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 19 Mar 2009 06:31:50 +0000
(23:31 -0700)
Address of SH_TSU_ADDR and ARSTR of SH7763 was wrong.
This revise it.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sh_eth.h
patch
|
blob
|
history
diff --git
a/drivers/net/sh_eth.h
b/drivers/net/sh_eth.h
index
73bc718
..
1537e13
100644
(file)
--- 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
0xFF
E01800
-# define ARSTR
0xFFE01800
+# define SH_TSU_ADDR
0xFE
E01800
+# define ARSTR
SH_TSU_ADDR
/* Chip Registers */
/* E-DMAC */