From owner-freebsd-current Wed May 5 6: 9:31 1999 Delivered-To: freebsd-current@freebsd.org Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (Postfix) with ESMTP id 4AB7B14C36 for ; Wed, 5 May 1999 06:09:27 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.9.1/8.9.1) id XAA27105 for current@freeBSD.org; Wed, 5 May 1999 23:18:29 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199905051318.XAA27105@cimlogic.com.au> Subject: Math emulation is broken in sys/i386/isa/npx.c To: current@freeBSD.org Date: Wed, 5 May 1999 23:18:29 +1000 (EST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rev 1.67 of npx.c changed a #ifdef SMP to #ifdef 1, preventing the test for the hardware coprocessor. This breaks support for 386 processors without math coprocessors. Grrr. -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message