Subject: Re: A fix for the panic on reboot problem in NetBSD 3.1 (tested in SE/30)
To: Sungwon Chung <lucky.cimon@gmail.com>
From: Martin Husemann <martin@duskware.de>
List: port-mac68k
Date: 01/02/2007 11:04:34
On Tue, Jan 02, 2007 at 04:22:39AM -0500, Sungwon Chung wrote:
> The fix finally made is simply to change the line 362 of the
> 'usr/src/sys/arch/mac68k/mac68k/pmap_bootstrap.c'
> by adding '+ 1'.

This looks kinda wrong to me (but I do not understand a lot of the underlying
magic). Why does the ROM need write access to everything < start, does it
realy have to be "everything" - and why don't we just align start on a page
boundary?

Martin