From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 4 23:43:13 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1C2F16A4CE for ; Thu, 4 Dec 2003 23:43:13 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9796443F93 for ; Thu, 4 Dec 2003 23:43:12 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB57hACl001085; Fri, 5 Dec 2003 00:43:11 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 05 Dec 2003 00:42:42 -0700 (MST) Message-Id: <20031205.004242.55326701.imp@bsdimp.com> To: rk@nanoteq.co.za From: "M. Warner Losh" In-Reply-To: References: X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: Missing Interupts? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 07:43:13 -0000 In message: rk47 writes: : ncc0 mem 0xe7abfc00-0xe6abffff,0xe6ac0000-0xe6afffff irq 5 at : device 4.0 on pci1 Sure that there's no ISA device at 5 for which there's no driver loaded? Maybe this is a FreeBSD interrupt routing issue? There were some problems in this area that were fixed after 4.8 for devices behind pci bridges. Warner