Subject: Re: NetBSD-current on Amiga?
To: Michael L. Hitch <mhitch@gemini.msu.montana.edu>
From: Ignatios Souvatzis <is@netbsd.org>
List: port-amiga
Date: 09/12/2006 13:36:45
On Mon, Sep 11, 2006 at 12:07:05PM -0600, Michael L. Hitch wrote:
P
>   I had added code in the trap fault handler to save information about the
> last 256 page faults, and I can see where it gets many page faults that
> have the same program counter, fault address, and fault status longword.
> 
>   I'm not all that familiar with the 68060 differences, but it's acting
> like the level 2 segment table entry is not getting updated. 


ISTR that on 68060, page tables MUST be write-through or uncached, or 
something like that... maybe this condition was broken? I'll look it 
tonight to be sure.

	-is