diff options
author | Vipul Pandya <vipul@chelsio.com> | 2012-09-25 22:39:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-27 17:55:50 -0400 |
commit | 3eb4afbfceb44750d9afb832e6c992adec9fc571 (patch) | |
tree | aa737b5b5a061e0ee5c2cb41d2257aa42d5e31a5 /drivers | |
parent | 842b08bbee448b2069aaebb7f18b40942ad2a1bd (diff) |
cxgb4: Fix incorrect values for MEMWIN*_APERTURE and MEMWIN*_BASE
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h index ec2dafe8ae5..f3fe23669f8 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | |||
@@ -67,12 +67,12 @@ enum { | |||
67 | }; | 67 | }; |
68 | 68 | ||
69 | enum { | 69 | enum { |
70 | MEMWIN0_APERTURE = 65536, | 70 | MEMWIN0_APERTURE = 2048, |
71 | MEMWIN0_BASE = 0x30000, | 71 | MEMWIN0_BASE = 0x1b800, |
72 | MEMWIN1_APERTURE = 32768, | 72 | MEMWIN1_APERTURE = 32768, |
73 | MEMWIN1_BASE = 0x28000, | 73 | MEMWIN1_BASE = 0x28000, |
74 | MEMWIN2_APERTURE = 2048, | 74 | MEMWIN2_APERTURE = 65536, |
75 | MEMWIN2_BASE = 0x1b800, | 75 | MEMWIN2_BASE = 0x30000, |
76 | }; | 76 | }; |
77 | 77 | ||
78 | enum dev_master { | 78 | enum dev_master { |