From owner-freebsd-current@FreeBSD.ORG Tue Dec 23 00:52:11 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF1381065673 for ; Tue, 23 Dec 2008 00:52:11 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 94ED98FC14 for ; Tue, 23 Dec 2008 00:52:11 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (246.10.87-79.rev.gaoland.net [79.87.10.246]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 30866633692 for ; Tue, 23 Dec 2008 01:36:28 +0100 (CET) Received: from baby-jane (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 33E7E6877B4 for ; Tue, 23 Dec 2008 01:36:27 +0100 (CET) Date: Tue, 23 Dec 2008 01:36:26 +0100 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: freebsd-current@freebsd.org Message-ID: <20081223013626.2833a911@baby-jane> Organization: /dave/nulle X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-apple-darwin9.3.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Too many stray irq7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2008 00:52:11 -0000 Hello, Since I run current on my box (around june), I've got this message "Too many stray irq7, not logging anymore" when booting the box. This is not a real problem, but that looks strange because there is no device at all on IRQ7 ? $ devinfo -u Interrupt request lines: 0 (root0) 1 (atkbd0) 3 (uart1) 4 (uart0) 5 (vr1) 6-7 (root0) 8 (atrtc0) 9 (vr2) 10 (root0) 11 (vr0) 12 (vr3) 13 (root0) 14 (ata0) 15 (ata1) It's on a Soekris net5501 box without printer port. With FreeBSD 7-STABLE, I don't remember any warning for stray irq. Thanks, regards.