Subject: Re: 1.5Y/XF86 and Netscape crashes!
To: None <kml@selresearch.net>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: current-users
Date: 01/27/2002 18:23:01
[Resets while using netscape or mozilla]

Try to build a kernel without options I686_CPU.

There is a problem with it, where there was a recent commit to
sys/arch/i386/isa/npx.c which could fix that problem:

revision 1.83
date: 2002/01/08 13:31:04;  author: toshii;  state: Exp;  lines: +2 -3
Remove fwait after fxsave.

Raising math exception from fpu_save causes machine reboots.
Also, this fwait would cause incorrect results, as pending exceptions
are to be handled later after fxrstor.

Bernd