From owner-cvs-all Thu Sep 14 17:28: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 78A7137B424; Thu, 14 Sep 2000 17:27:57 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA44146; Thu, 14 Sep 2000 17:27:57 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009150027.RAA44146@freefall.freebsd.org> From: John Baldwin Date: Thu, 14 Sep 2000 17:27:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa ithread.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/14 17:27:57 PDT Modified files: sys/i386/isa ithread.c Log: Check to see if we actually have an interrupt descriptor and an interrupt thread for each interrupt that comes in. If we don't, log the event and return immediately for a hardware interrupt. For a softinterrupt, panic instead. Submitted by: ben Revision Changes Path 1.4 +22 -1 src/sys/i386/isa/ithread.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message