From owner-cvs-sys Sat Dec 28 04:19:29 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA09999 for cvs-sys-outgoing; Sat, 28 Dec 1996 04:19:29 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA09992; Sat, 28 Dec 1996 04:19:27 -0800 (PST) Date: Sat, 28 Dec 1996 04:19:27 -0800 (PST) From: Bruce Evans Message-Id: <199612281219.EAA09992@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:19:26 Branch: sys/i386/isa RELENG_2_2 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.31.2.4 +3 -1 src/sys/i386/isa/npx.c