aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fddi/defxx.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2014-11-21 09:09:57 -0500
committerDavid S. Miller <davem@davemloft.net>2014-11-21 16:37:13 -0500
commitfef85fc466ec1f4400a902049a519948f6b40979 (patch)
treed8131b7c12ad58befd1004d1cfaba4a40d43e277 /drivers/net/fddi/defxx.h
parenta65da0c3dac6e2d4f8ecf0aee8b0abe10001f2d9 (diff)
defxx: Correct DEFEA's ESIC MMIO decoding
Use ESIC's memory area 1 (MEMCS1) and its Memory Address High Compare and Memory Address Low Compare registers to set up the MMIO range for decoding accesses to PDQ ASIC registers. Previously the PDQ ASIC was thought to be addressable with the memory area 0 (MEMCS0) and its Memory Address Compare and Memory Address Mask registers. The MMIO range allocated for the option card is preset via ECU (EISA Configuration Utility) and can be disabled, so handle such a case gracefully too. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/fddi/defxx.h')
-rw-r--r--drivers/net/fddi/defxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fddi/defxx.h b/drivers/net/fddi/defxx.h
index 9527f0182fd4..16fe8049b238 100644
--- a/drivers/net/fddi/defxx.h
+++ b/drivers/net/fddi/defxx.h
@@ -1556,7 +1556,7 @@ typedef union
1556#define PI_BURST_HOLDOFF_V_RESERVED 1 1556#define PI_BURST_HOLDOFF_V_RESERVED 1
1557#define PI_BURST_HOLDOFF_V_MEM_MAP 0 1557#define PI_BURST_HOLDOFF_V_MEM_MAP 0
1558 1558
1559/* Define the implicit mask of the Memory Address Mask Register. */ 1559/* Define the implicit mask of the Memory Address Compare registers. */
1560 1560
1561#define PI_MEM_ADD_MASK_M 0x3ff 1561#define PI_MEM_ADD_MASK_M 0x3ff
1562 1562