projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
842b08b
)
cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASE
author
Vipul Pandya
<vipul@chelsio.com>
Wed, 26 Sep 2012 02:39:36 +0000
(
02:39
+0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 27 Sep 2012 21:55:50 +0000
(17:55 -0400)
Signed-off-by: Jay Hernandez <jay@chelsio.com>
Signed-off-by: Vipul Pandya <vipul@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
index
ec2dafe
..
f3fe236
100644
(file)
--- a/
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
+++ b/
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
@@
-67,12
+67,12
@@
enum {
};
enum {
- MEMWIN0_APERTURE =
65536
,
- MEMWIN0_BASE = 0x
300
00,
+ MEMWIN0_APERTURE =
2048
,
+ MEMWIN0_BASE = 0x
1b8
00,
MEMWIN1_APERTURE = 32768,
MEMWIN1_BASE = 0x28000,
- MEMWIN2_APERTURE =
2048
,
- MEMWIN2_BASE = 0x
1b8
00,
+ MEMWIN2_APERTURE =
65536
,
+ MEMWIN2_BASE = 0x
300
00,
};
enum dev_master {