From owner-freebsd-bugs Wed Apr 12 16:25:42 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA00339 for bugs-outgoing; Wed, 12 Apr 1995 16:25:42 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id QAA00298 ; Wed, 12 Apr 1995 16:24:57 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id JAA30027; Thu, 13 Apr 1995 09:22:39 +1000 Date: Thu, 13 Apr 1995 09:22:39 +1000 From: Bruce Evans Message-Id: <199504122322.JAA30027@godzilla.zeta.org.au> To: gwk@cray.com, jkh@freefall.cdrom.com Subject: Re: 80387 hangs system at divide by zero Cc: bde@zeta.org.au, bugs@FreeBSD.org, nate@sneezy.sri.com, phk@FreeBSD.org, smace@metal-mail.neosoft.com Sender: bugs-owner@FreeBSD.org Precedence: bulk >In the newsgroups and it makes us look bad. I would be much happier >if one of the core people who actually know about this kind of stuff >(and there are a few of you who do - no use trying to hide! ;) were to >take it on as a personal mission to bring Linux's compatability hacks >to FreeBSD, perhaps placing them in a lead-lined directory in our I need interrupts enabled at probe time to use the Linux hack. I've been waiting for this for 2.5 years. npx.c already has about 5 times as much code as Linux to handle i387 hardware bugs. It needs to have more because of the missing interrupts and other complications in our environment (such as paging the FPU state instead of keeping it in the process table). It has more than necessary because minimal fixes are too hard to test. Bruce