From owner-freebsd-questions Fri Jan 25 9:44:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from warsaw.scl.ameslab.gov (warsaw.scl.ameslab.gov [147.155.137.63]) by hub.freebsd.org (Postfix) with ESMTP id 43F3037B400 for ; Fri, 25 Jan 2002 09:44:35 -0800 (PST) Received: (from kparz@localhost) by warsaw.scl.ameslab.gov (8.11.6/8.11.6) id g0PHlSp22236; Fri, 25 Jan 2002 11:47:28 -0600 (CST) (envelope-from kparz) Date: Fri, 25 Jan 2002 11:47:27 -0600 From: Krzysztof Parzyszek To: freebsd-questions@freebsd.org Cc: Nils Holland Subject: Re: Stry IRQs Message-ID: <20020125114727.A22203@warsaw.scl.ameslab.gov> References: <20020125165420.A77931@tisys.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020125165420.A77931@tisys.org>; from nils@tisys.org on Fri, Jan 25, 2002 at 04:54:20PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jan 25, 2002 at 04:54:20PM +0100, Nils Holland wrote: > > I can say that these messages do not have any impact on computer or printer > performance, but I'm wondering why they are there on my DFI and Epox > boards, but not on my Chaintech board, even though it's the same printer > with the same cable and the same parallel port BIOS (and kernel) settings. > Any clues? I don't have a clue, but I have found the following comment in /usr/src/sys/i386/isa/intr_machdep.c and maybe it will help: /* * Caught a stray interrupt, notify */ static void isa_strayintr(vcookiep) void *vcookiep; { [...] /* for some reason, we get bursts of intr #7, even if not enabled! */ /* * Well the reason you got bursts of intr #7 is because someone * raised an interrupt line and dropped it before the 8259 could * prioritize it. This is documented in the intel data book. This * means you have BAD hardware! I have changed this so that only * the first 5 get logged, then it quits logging them, and puts * out a special message. rgrimes 3/25/1993 */ [...] -- <>> hektor@iname.com Visit http://google.com <<> (E)-N-[(4-Hydroxy-3-methoxyphenyl)methyl]-8-methyl-6-nonenamide To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message