NetBSD/sys/arch/amiga
is 052a8aa0ba Fix a bug in the 68020+68851 / 68030 branch of the buserr handler:
For these CPU's, you have to use the ptest operation to search the mmu
tables in order to decide whether it is a real bus error or just a
page fault or write protection violation.

Our old code assumed user space always when calling ptest, and
erroneously assumed the BUSERR bit in the ptest output (mmusr
register) is the only indication for bus errors to check.

In fact, we have to follow a multistage decision tree to decide. 68060
CPUs are much easier to handle correctly.
1996-06-13 19:12:25 +00:00
..
amiga Fix a bug in the 68020+68851 / 68030 branch of the buserr handler: 1996-06-13 19:12:25 +00:00
compile Clean up deleted files. 1995-03-01 00:00:00 +00:00
conf Not needed anymore due to newer boot loader 1996-06-05 16:10:45 +00:00
dev Activate M68040 cache flushing code also in 68060 only kernels. 1996-06-10 16:11:20 +00:00
include Screenblank support: 1996-05-19 20:06:02 +00:00
stand Make this really really compile. 1996-06-08 15:42:00 +00:00
Makefile new RCS ID format. 1994-10-26 02:01:24 +00:00