NetBSD/sys/arch/mips
shin 70f5a0a5b2 cache_r10k.c rev. 1.1 is broken. Because,
1) R10k uses VA0 to select cache ways, but in rev. 1.1, VA14
	   is used instead.
	2) R10k does not support HitWriteBack and should map HitWriteBack
	   to HitWriteBackInvalidate, but in rev. 1.1, HitWriteBack is not
	   handled properly.

So, cache_r10k.c rev. 1.1 was replaced by new implementation.
2003-11-01 04:42:56 +00:00
..
alchemy More bogus uninitialised warnings. 2003-10-27 02:16:15 +00:00
bonito __KERNEL_RCSID() 2003-07-15 02:43:09 +00:00
cfe __KERNEL_RCSID() 2003-07-15 02:43:09 +00:00
conf add compat_16_machdep.c 2003-10-29 23:41:49 +00:00
include cache_r10k.c rev. 1.1 is broken. Because, 2003-11-01 04:42:56 +00:00
mips cache_r10k.c rev. 1.1 is broken. Because, 2003-11-01 04:42:56 +00:00
sibyte Remove some assigned-to but otherwise unused variables. 2003-10-31 03:32:19 +00:00
Makefile Install the kernel linker script in /usr/lkm/ldscript so that modload(8) 2002-10-10 01:59:29 +00:00
Makefile.inc