From owner-cvs-src@FreeBSD.ORG Wed Nov 19 08:30:00 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 C4F9E16A4CE; Wed, 19 Nov 2003 08:30:00 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-123-40-77.dsl.pltn13.pacbell.net [68.123.40.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99ED143F93; Wed, 19 Nov 2003 08:29:55 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.9/8.12.9) with ESMTP id hAJGS4en066896; Wed, 19 Nov 2003 08:28:04 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.9/8.12.9/Submit) id hAJGS4Nq066895; Wed, 19 Nov 2003 08:28:04 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Wed, 19 Nov 2003 08:28:04 -0800 From: David Schultz To: John Baldwin Message-ID: <20031119162804.GA66857@VARK.homeunix.com> Mail-Followup-To: John Baldwin , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200311191540.hAJFeOGx058737@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311191540.hAJFeOGx058737@repoman.freebsd.org> 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: Wed, 19 Nov 2003 16:30:01 -0000 On Wed, Nov 19, 2003, John Baldwin wrote: > jhb 2003/11/19 07:40:23 PST > > FreeBSD src repository > > Modified files: > sys/i386/isa atpic.c > Log: > Add a special check for a stray IRQ 7 or IRQ 15 to see if it is actually > a spurious interrupt from one of the 8259As. If so, don't log it as a > stray IRQ, but just silently ignore it. Nice. I've been waiting for years for someone who understood the full flakiness of the i8259 to fix the spurious messages.