From owner-cvs-all Sun Feb 14 04:03:37 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21844 for cvs-all-outgoing; Sun, 14 Feb 1999 04:03:37 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21839; Sun, 14 Feb 1999 04:03:36 -0800 (PST) (envelope-from nsouch@FreeBSD.org) From: Nicolas Souchu Received: (from nsouch@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA28857; Sun, 14 Feb 1999 04:03:35 -0800 (PST) (envelope-from nsouch@FreeBSD.org) Date: Sun, 14 Feb 1999 04:03:35 -0800 (PST) Message-Id: <199902141203.EAA28857@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa ppc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsouch 1999/02/14 04:03:35 PST Modified files: sys/i386/isa ppc.c Log: Fix interrupt handling with DMA. Bit nFault was tested in the control reg. instead of the status reg. and check ECP mode before considering nFault. Revision Changes Path 1.18 +10 -5 src/sys/i386/isa/ppc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message