Subject: Re: NetBSD/m88k -- was: NetBSD/luna68k
To: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: netbsd-ports
Date: 12/22/1999 10:28:19
On Wed, 22 Dec 1999 18:12:00 +0900 (JST) 
 nisimura@itc.aist-nara.ac.jp (Toru Nishimura) wrote:

 > A few asked me about the possible NetBSD/luna88k port.
 > 
 > I have one luna88k unit at hand, and I successfully woke the unit
 > after 3.5 year deep sleep.
 > 
 > I took a glance at Mach3 MK84 luna88k and OpenBSD/mvme88k, and
 > concluded that a plently of work has to be done for modern pmap on
 > UVM.  I think there is no unknown about the peripheral hardwares. 

Yah, the Mach 88k pmap scared me when I read it.

I have a full set of 88k documentation, and after reading the MMU docs,
thought it would be fun to write an 88k pmap... sort of a mix between
the m68k (with its page table traversal) and PowerPC (BAT registers,
some separation between I- and D- translation).

Honestly, I think the 88k pmap should be written from scratch.

I might be willing to help write the pmap, but I can't really promise
much until I get back from holidays (mid-January), and I don't have easy
access to any 88k hardware at the moment (my AViiON 4000 is in cold storage
right now, since I just moved).

        -- Jason R. Thorpe <thorpej@nas.nasa.gov>