From owner-cvs-src@FreeBSD.ORG Mon Nov 17 13:51:31 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E76FB16A4CE; Mon, 17 Nov 2003 13:51:30 -0800 (PST) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id D597443FCB; Mon, 17 Nov 2003 13:51:27 -0800 (PST) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) hAHLpPK0081054; Mon, 17 Nov 2003 22:51:25 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id hAHLpKV5081053; Mon, 17 Nov 2003 22:51:20 +0100 (CET) (envelope-from marius) Date: Mon, 17 Nov 2003 22:51:20 +0100 From: Marius Strobl To: John Baldwin Message-ID: <20031117225120.D38259@newtrinity.zeist.de> References: <200311142102.hAEL2n3F073213@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from jhb@freebsd.org on Fri, Nov 14, 2003 at 04:21:44PM -0500 X-AntiVirus: checked by AntiVir Milter 1.0.6; AVE 6.22.0.1; VDF 6.22.0.38 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa atpic.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 21:51:31 -0000 On Fri, Nov 14, 2003 at 04:21:44PM -0500, John Baldwin wrote: > > On 14-Nov-2003 John Baldwin wrote: > > jhb 2003/11/14 13:02:49 PST > > > > FreeBSD src repository > > > > Modified files: > > sys/i386/isa atpic.c > > Log: > > Always install IDT entries for ATPIC interrupt sources. The APIC no > > longer uses these interrupt vectors for its ISA interrupt pins, so these > > entries will not be overwritten. If we get a spurious interrupt from the > > ATPIC when using the APIC, it will be treated as a stray interrupt instead > > of causing a panic. > > This should fix all of the "panic: Couldn't get vector from ISR" and > trap 30 (reserved) panics. If you were using older versions of either > spurious.patch or atpic.patch, please try reverting them and using > plain CVS to see if that fixes your problem. If not, please let me know. > If you get several stray IRQ 7 messages and would like to shut them up, > you can try http://www.FreeBSD.org/~jhb/patches/spurious.patch > Unfortunately it doesn't fix the type 30 trap triggered by a spurious interrupt here (need atpic.patch).