From owner-cvs-sys Sun Aug 3 22:28:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA14707 for cvs-sys-outgoing; Sun, 3 Aug 1997 22:28:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA14681; Sun, 3 Aug 1997 22:28:28 -0700 (PDT) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA14727; Sun, 3 Aug 1997 22:26:50 -0700 (PDT) Date: Sun, 3 Aug 1997 22:26:50 -0700 (PDT) Message-Id: <199708040526.WAA14727@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/08/03 22:26:50 PDT Modified files: sys/i386/isa wd.c Log: Make the WD code work on my P6DNF running on the SMP code. It appears that there was an "early" interrupt, and this checks for it. Revision Changes Path 1.134 +4 -1 src/sys/i386/isa/wd.c