From owner-cvs-all Fri Jan 19 5:14:29 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9937D37B400; Fri, 19 Jan 2001 05:14:09 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0JDE9j25731; Fri, 19 Jan 2001 05:14:09 -0800 (PST) (envelope-from peter) Message-Id: <200101191314.f0JDE9j25731@freefall.freebsd.org> From: Peter Wemm Date: Fri, 19 Jan 2001 05:14:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 vm86bios.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2001/01/19 05:14:09 PST Modified files: sys/i386/i386 vm86bios.s Log: EEK! vm86bios.s has got #if NNPX > 0 code without a corresponding #include "npx.h" - the code has been dead for a while and vm86 calls have not been saving FPU context it seems. Revision Changes Path 1.22 +3 -1 src/sys/i386/i386/vm86bios.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message