Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 1997 08:48:35 -0700 (PDT)
From:      Stephen McKay <mckay@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
Message-ID:  <199709281548.IAA09252@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709281548.IAA09252>