Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/20/1998 12:20:03
mycroft
Fri Mar 20 12:15:15 PST 1998
Update of /cvsroot/src/sys/arch/i386/isa
In directory nb00:/tmp/cvs-serv20469

Modified Files:
	npx.c 
Log Message:
In npxdna(), if there was an exception state in the FPU but npxproc was
null, the frstor would fault on a PPro.  I'm pretty sure this is not
how the chip is supposed to behave, but it's easy enough to do a fninit
to throw away the exception state.
Also, some other minor changes to the documentation.