Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-2-0] src/sys/arch/i386/isa



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.




Home | Main Index | Thread Index | Old Index