Subject: CVS commit: src/sys/arch/i386/isa
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/28/2006 21:24:45
Module Name: src
Committed By: christos
Date: Sat Oct 28 21:24:45 UTC 2006
Modified Files:
src/sys/arch/i386/isa: npx.c npx_isa.c npxvar.h
Log Message:
Make npx work on the AMD Geode LX-800 processor by short-circuiting
the npx detection code. Since exception reporting is broken, check the
CPUID_FPU feature. This is what FreeBSD does.
To generate a diff of this commit:
cvs rdiff -r1.113 -r1.114 src/sys/arch/i386/isa/npx.c
cvs rdiff -r1.12 -r1.13 src/sys/arch/i386/isa/npx_isa.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/i386/isa/npxvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.