Date: Fri, 19 Sep 1997 15:26:30 +1000 From: Stephen McKay <syssgm@dtir.qld.gov.au> To: freebsd-hackers@freebsd.org Cc: syssgm@dtir.qld.gov.au Subject: Survey: Have bogus NMI panics stopped you installing? Message-ID: <199709190526.PAA24886@troll.dtir.qld.gov.au>
next in thread | raw e-mail | index | archive | help
Hi, I'm trying to find out whether there are any others in the same situation as me. A friend has a Unisys ELI 4003 (486DX4/100 ISA) PC which always panics on boot with: EISA watchdog timer expired, likely hardware failure. We've discovered that this is (very probably) because this machine implements XT style floating point error reporting, which uses non-maskable interrupts. The NMI is handled by isa_nmi() which can't find any ISA problem to report, but thinks that every EISA problem under the sun has occurred because it reads 0xff from a non-existent port. I have code to work around this problem, but I shouldn't introduce nasty hacks unless it saves enough people. So, anybody out there with either: - a WORKING Unisys ELI 4003 - any BROKEN ISA box that reports instant EISA failures, please let me know. Thanks, Stephen.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709190526.PAA24886>