Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/sgimips/sgimips/cpu.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/sgimips/sgimips/cpu.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.3.4.1 diff -u -p -r1.3 -r1.3.4.1 --- src/sys/arch/sgimips/sgimips/cpu.c 2000/10/05 02:36:46 1.3 +++ src/sys/arch/sgimips/sgimips/cpu.c 2001/06/21 19:33:50 1.3.4.1 @@ -1,4 +1,4 @@ -/* $NetBSD: cpu.c,v 1.3 2000/10/05 02:36:46 cgd Exp $ */ +/* $NetBSD: cpu.c,v 1.3.4.1 2001/06/21 19:33:50 nathanw Exp $ */ /* * Copyright (c) 2000 Soren S. Jorvang @@ -68,6 +68,9 @@ cpu_attach(parent, self, aux) if (ma->ma_arch == 32) mips_L2CacheSize = 512 * 1024; /* XXX O2 */ + if (ma->ma_arch == 22) /* XXX Indy */ + mips_L2CacheSize = 1024 * 1024; + #if 1 config = mips3_cp0_config_read(); config &= ~MIPS3_CONFIG_SC; @@ -105,7 +108,7 @@ cpu_attach(parent, self, aux) " : "=r" (tmp1), "=r" (tmp2), "=r" (tmp3)); } -#if 1 +#if 0 mips_L2CacheSize = 0; mips_L2CachePresent = 0; #endif