From owner-cvs-all Thu Sep 27 12:20: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from mail.wrs.com (unknown-1-11.windriver.com [147.11.1.11]) by hub.freebsd.org (Postfix) with ESMTP id B283B37B40B; Thu, 27 Sep 2001 12:19:58 -0700 (PDT) Received: from laptop.baldwin.cx ([147.11.46.209]) by mail.wrs.com (8.9.3/8.9.1) with ESMTP id MAA04260; Thu, 27 Sep 2001 12:19:55 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200109271903.f8RJ3rM89013@freefall.freebsd.org> Date: Thu, 27 Sep 2001 12:19:39 -0700 (PDT) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/i386/isa intr_machdep.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org 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 On 27-Sep-01 John Baldwin wrote: > 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 This should fix the icu_setup panics. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message