Subject: CVS commit: src/sys/arch/xen/i386
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/20/2005 13:12:59
Module Name: src
Committed By: bouyer
Date: Sun Mar 20 13:12:59 UTC 2005
Modified Files:
src/sys/arch/xen/i386: npx.c
Log Message:
npxintr(): this function does the right thing if we don't try to clear
the interrupt latch (which is probably done by the hypervisor, linux/xen
doesn't do it either). Now the "fputest" configure test from pkgsrc/math/yorick
works as expected.
Thanks to Christian Limpach for the hint.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/xen/i386/npx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.