Subject: CVS commit: [netbsd-2-0] src/sys/arch/i386/isa
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/07/2004 17:10:16
Module Name:	src
Committed By:	tron
Date:		Wed Jul  7 17:10:16 UTC 2004

Modified Files:
	src/sys/arch/i386/isa [netbsd-2-0]: npx.c

Log Message:
Pull up revision 1.106 (requested by mycroft in ticket #611):
Back out part of the changes in rev 1.86.  Remove npxdna_notset(), and instead
have the DNA trap handler point to npxdna_empty() by default.  This way, if
there are no npx devices found and MATH_EMULATE is not configured, we go back
to the old behavior of issuing a SIGKILL and printing:
pid XXX killed due to lack of floating point
rather than panicking.


To generate a diff of this commit:
cvs rdiff -r1.103.2.1 -r1.103.2.2 src/sys/arch/i386/isa/npx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.