From owner-cvs-all Mon Oct 19 17:22:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA09398 for cvs-all-outgoing; Mon, 19 Oct 1998 17:14:20 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from jamesn.locker13.com (nix.what.net [207.136.36.36]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA09233; Mon, 19 Oct 1998 17:13:37 -0700 (PDT) (envelope-from nix!FreeBSD.ORG!majordom@nix.what.net) Received: from localhost (2635 bytes) by jamesn.locker13.com via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Mon, 19 Oct 1998 19:04:58 -0500 (CDT) (Smail-3.2.0.101 1997-Dec-17 #2 built 1998-May-10) Received: from nix.UUCP (uucp@localhost) by here.what.net (8.9.1/8.9.1) with UUCP id CAA03120 for jamesn; Sun, 18 Oct 1998 02:49:36 -0500 (CDT) (envelope-from nix!FreeBSD.ORG!majordom) Received: from localhost (2165 bytes) by jamesn.locker13.com via sendmail with P:stdio/R:paths/T:uux (sender: ) (ident using unix) id for ; Sun, 18 Oct 1998 02:47:53 -0500 (CDT) (Smail-3.2.0.101 1997-Dec-17 #2 built 1998-May-10) Received: from hub.freebsd.org(src addr [204.216.27.18]) (1829 bytes) by jamesn.locker13.com via sendmail with P\:esmtp/D:aliases/T:pipe (sender: ) id for ; Sun, 18 Oct 1998 02:47:53 -0500 (CDT) (Smail-3.2.0.101 1997-Dec-17 #2 built 1998-May-10) Delivered-To: vmailer-cvs-all@freebsd.org Received: by hub.freebsd.org (VMailer, from userid 1) id 2B87E9BF8; Sun, 18 Oct 1998 00:42:21 -0700 (PDT) Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA20020 for cvs-all-outgoing; Sun, 18 Oct 1998 00:40:33 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA20015; Sun, 18 Oct 1998 00:40:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA16650; Sun, 18 Oct 1998 00:40:30 -0700 (PDT) Date: Sun, 18 Oct 1998 00:40:30 -0700 (PDT) Message-Id: <199810180740.AAA16650@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 math_emulate.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/10/18 00:40:30 PDT Modified files: sys/i386/i386 math_emulate.c Log: Print a message if bootverbose that the emulator is present in the kernel. Move the initialization before isa_configure() and npx, in case npx does something to initialize the state of the emulator somehow. I do not have any machines without a FPU so that I can test this with - except an old 386sx motherboard in a box somewhere that might work... Revision Changes Path 1.29 +11 -5 src/sys/i386/i386/math_emulate.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message