From owner-cvs-sys Sat Dec 28 04:18:48 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA09939 for cvs-sys-outgoing; Sat, 28 Dec 1996 04:18:48 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA09932; Sat, 28 Dec 1996 04:18:46 -0800 (PST) Date: Sat, 28 Dec 1996 04:18:46 -0800 (PST) From: Bruce Evans Message-Id: <199612281218.EAA09932@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa npx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/12/28 04:18:46 Modified: sys/i386/isa npx.c Log: Disabled i586-optimized copyin and copyout again. The fault handler is still broken - it doesn't restore the floating point state. 2.2-BETA users should disable it using npx0 flags 0x04 the same as 2.2-ALPHA users should have. Revision Changes Path 1.35 +3 -1 src/sys/i386/isa/npx.c