NetBSD/sys/arch/mips
chuck 9dc2f5ced0 IDT32364's Config register uses a different base for IC/DC (instruction
and data cache sizes).   R4000 uses 2^(12+IC) and 2^(12+DC).  IDT32364
uses 2^(9+IC) and 2^(9+DC).

abstract around the problem by making the base a parameter to the
MIPS3_CONFIG_CACHE_SIZE macro.   we pass the base down from mips_vector_init
to mips3_vector_init and to mips3_ConfigCache (where it is used).

XXX: someone with an MIPS3_4100 should switch to this and get rid
of the ugly ifdefs in cpuregs.h
2000-09-16 00:04:57 +00:00
..
conf Pull in geocast mips ddb improvements and start bringing in kgdb support. 2000-07-17 07:04:19 +00:00
include IDT32364's Config register uses a different base for IC/DC (instruction 2000-09-16 00:04:57 +00:00
mips IDT32364's Config register uses a different base for IC/DC (instruction 2000-09-16 00:04:57 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
Makefile.inc GC some bogus definitions. 1997-10-11 16:12:55 +00:00