From owner-cvs-all Thu Sep 27 12: 3:58 2001 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 26FA837B409; Thu, 27 Sep 2001 12:03:53 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8RJ3rM89013; Thu, 27 Sep 2001 12:03:53 -0700 (PDT) (envelope-from jhb) Message-Id: <200109271903.f8RJ3rM89013@freefall.freebsd.org> From: John Baldwin Date: Thu, 27 Sep 2001 12:03:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa intr_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/27 12:03:52 PDT Modified files: sys/i386/isa intr_machdep.c Log: Disable the check in icu_setup() to see if a handler was already used as the current interrupt thread routines will guarantee the condition this is checking for at a higher level but inthand_add() and inthand_remove() as they currently exist don't satisfy this condition. (Which does need to be fixed but which will take a bit more work.) This fixes shared interrupts. Revision Changes Path 1.60 +3 -1 src/sys/i386/isa/intr_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message