From owner-cvs-sys Sun Sep 28 08:54:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA10069 for cvs-sys-outgoing; Sun, 28 Sep 1997 08:54:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA10017; Sun, 28 Sep 1997 08:53:49 -0700 (PDT) From: Stephen McKay Received: (from mckay@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA09252; Sun, 28 Sep 1997 08:48:35 -0700 (PDT) Date: Sun, 28 Sep 1997 08:48:35 -0700 (PDT) Message-Id: <199709281548.IAA09252@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa intr_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mckay 1997/09/28 08:48:35 PDT Modified files: sys/i386/isa intr_machdep.c Log: Add a small hack to support the strange antics of the Unisys ELI 4003. This machine generates an NMI for each floating point error, just like an old XT. Since it is ISA only, reading the EISA status port yields 0xff, which would give a spurious EISA panic. The simplest thing to do is to ignore the 0xff. Revision Changes Path 1.7 +22 -10 src/sys/i386/isa/intr_machdep.c