summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/kernel/indy_mc.c
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-05-07 22:34:31 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-05-07 22:34:31 +0000
commit91a884dc44c2a0471cedf6ee6d1aeab9fcaeffb9 (patch)
tree7eae8d75fc22e7140e34ca592c876554ca329d78 /arch/mips/sgi/kernel/indy_mc.c
parent3bdc53f21df6d97a2baefecba050e55ca704bb72 (diff)
Andrew's Indigo patches seem to work just fine on my Indy, let's bring them into
the tree.
Diffstat (limited to 'arch/mips/sgi/kernel/indy_mc.c')
-rw-r--r--arch/mips/sgi/kernel/indy_mc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/sgi/kernel/indy_mc.c b/arch/mips/sgi/kernel/indy_mc.c
index 73c7ed006..1cd05afc8 100644
--- a/arch/mips/sgi/kernel/indy_mc.c
+++ b/arch/mips/sgi/kernel/indy_mc.c
@@ -2,8 +2,9 @@
* indy_mc.c: Routines for manipulating the INDY memory controller.
*
* Copyright (C) 1996 David S. Miller (dm@engr.sgi.com)
+ * Copyright (C) 1999 Andrew R. Baker (andrewb@uab.edu) - Indigo2 changes
*
- * $Id: indy_mc.c,v 1.2 1998/04/05 11:23:58 ralf Exp $
+ * $Id: indy_mc.c,v 1.3 1998/05/04 09:12:57 ralf Exp $
*/
#include <linux/init.h>
#include <linux/kernel.h>
@@ -150,6 +151,8 @@ __initfunc(void sgimc_init(void))
tmpreg |= SGIMC_GIOPARM_PLINEEXP0; /* exp[01] pipelined */
tmpreg |= SGIMC_GIOPARM_PLINEEXP1;
tmpreg |= SGIMC_GIOPARM_MASTEREISA;/* EISA masters */
+ /* someone forgot this poor little guy... */
+ tmpreg |= SGIMC_GIOPARM_GFX64; /* GFX at 64 bits */
}
}
mcmisc_regs->gioparm = tmpreg; /* poof */