Subject: Re: fpu attachment change (Re: NetBSD 3.1 on a Powerbook 180)
To: None <port-mac68k@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-mac68k
Date: 06/02/2007 21:08:42
I wrote:

> > BTW, after yamt-idlelwp merge a FPU_EMULATE kernel panics before
> > cpu_configure(9) is called because savectx() (which refers fpu_type)
> > is now called before fpu is attached in configure.
> 
> I've just changes fpu initialized in mac68k/machdep.c:identifycpu()
> rather than to attach fpu as usual devices. Any comments?

This has been committed.

If you update -current sources and build a new kernel with
your own config file, you have to remove "fpu0 at mainbus?"
line in it.
---
Izumi Tsutsui