aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip22/ip22-eisa.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sgi-ip22/ip22-eisa.c')
-rw-r--r--arch/mips/sgi-ip22/ip22-eisa.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/mips/sgi-ip22/ip22-eisa.c b/arch/mips/sgi-ip22/ip22-eisa.c
index 4a6057b35b9d..a0a79222ce0b 100644
--- a/arch/mips/sgi-ip22/ip22-eisa.c
+++ b/arch/mips/sgi-ip22/ip22-eisa.c
@@ -2,7 +2,7 @@
2 * Basic EISA bus support for the SGI Indigo-2. 2 * Basic EISA bus support for the SGI Indigo-2.
3 * 3 *
4 * (C) 2002 Pascal Dameme <netinet@freesurf.fr> 4 * (C) 2002 Pascal Dameme <netinet@freesurf.fr>
5 * and Marc Zyngier <mzyngier@freesurf.fr> 5 * and Marc Zyngier <mzyngier@freesurf.fr>
6 * 6 *
7 * This code is released under both the GPL version 2 and BSD 7 * This code is released under both the GPL version 2 and BSD
8 * licenses. Either license may be used. 8 * licenses. Either license may be used.
@@ -40,13 +40,13 @@
40 40
41/* I2 has four EISA slots. */ 41/* I2 has four EISA slots. */
42#define IP22_EISA_MAX_SLOTS 4 42#define IP22_EISA_MAX_SLOTS 4
43#define EISA_MAX_IRQ 16 43#define EISA_MAX_IRQ 16
44 44
45#define EIU_MODE_REG 0x0001ffc0 45#define EIU_MODE_REG 0x0001ffc0
46#define EIU_STAT_REG 0x0001ffc4 46#define EIU_STAT_REG 0x0001ffc4
47#define EIU_PREMPT_REG 0x0001ffc8 47#define EIU_PREMPT_REG 0x0001ffc8
48#define EIU_QUIET_REG 0x0001ffcc 48#define EIU_QUIET_REG 0x0001ffcc
49#define EIU_INTRPT_ACK 0x00010004 49#define EIU_INTRPT_ACK 0x00010004
50 50
51static char __init *decode_eisa_sig(unsigned long addr) 51static char __init *decode_eisa_sig(unsigned long addr)
52{ 52{