From owner-cvs-all Mon Oct 15 13:18:15 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 B12A437B403; Mon, 15 Oct 2001 13:18:06 -0700 (PDT) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FKI6I45653; Mon, 15 Oct 2001 13:18:06 -0700 (PDT) (envelope-from tegge) Message-Id: <200110152018.f9FKI6I45653@freefall.freebsd.org> From: Tor Egge Date: Mon, 15 Oct 2001 13:18:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa npx.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tegge 2001/10/15 13:18:06 PDT Modified files: sys/i386/isa npx.c Log: Explicitly initialize the fpu when SSE is enabled since this no longer happens as a side effect of calling npxsave. Reviewed by: peter, bde Revision Changes Path 1.114 +6 -1 src/sys/i386/isa/npx.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message