From owner-freebsd-stable@FreeBSD.ORG Sat Jan 6 14:25:30 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B541A16A492 for ; Sat, 6 Jan 2007 14:25:30 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from smtp1.sbb.co.yu (smtp1.sbb.co.yu [82.117.194.21]) by mx1.freebsd.org (Postfix) with ESMTP id 2FAF813C469 for ; Sat, 6 Jan 2007 14:25:29 +0000 (UTC) (envelope-from zkolic@sbb.co.yu) Received: from faust.net (cable-89-216-167-189.dynamic.sbb.co.yu [89.216.167.189]) by smtp1.sbb.co.yu (8.13.7/8.13.7) with ESMTP id l06EEaLb029117 for ; Sat, 6 Jan 2007 15:14:36 +0100 Received: by faust.net (Postfix, from userid 1001) id 945191704B; Sat, 6 Jan 2007 15:15:05 +0100 (CET) Date: Sat, 6 Jan 2007 15:15:05 +0100 From: Zoran Kolic To: freebsd-stable@freebsd.org Message-ID: <20070106141505.GA638@faust.net> References: <20070106120048.EBB4016A62D@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070106120048.EBB4016A62D@hub.freebsd.org> X-SMTP-Vilter-Version: 1.3.2 X-SBB-Virus-Status: clean X-SBB-Spam-Score: 0.7 X-SBB-Spam-Level: X Subject: Re: Shutdown problem "Stray IRQ9" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2007 14:25:30 -0000 > In comparison, you can search for "stray irq7" and see that > others have seen this message on certain boards where the > LPT/printer port has been disabled in the BIOS, but lpt > support is enabled in FreeBSD. (What I'm trying to say is > that the "stray irq" stuff stems from what I described in > the above paragraph. Hm! My Compaq laptop 9020 has no paralel port. In the kernel I removed all lines regarding it. I still have irq7 messages in console. They are benign, no hang. Intel; could be some controler wants to "hallo, I'm here!". Some BIOSes need full atention. If original poster has motherboard book, he could tweak over options. I recall an issue prior to remove apic on nforce3 mobo. Zoran