From owner-freebsd-current@FreeBSD.ORG Tue Nov 23 17:26:43 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0204F16A4CE for ; Tue, 23 Nov 2004 17:26:43 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79C8B43D49 for ; Tue, 23 Nov 2004 17:26:42 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id iANHQfOk092952 for ; Tue, 23 Nov 2004 12:26:41 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-current@freebsd.org Date: Tue, 23 Nov 2004 12:26:38 -0500 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200411231226.38172.jkim@niksun.com> X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on anuket.mj.niksun.com X-Virus-Status: Clean Subject: Transparent bridges (a. k. a. HUB-to-PCI bridges)? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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 Nov 2004 17:26:43 -0000 While I was booting Linux, I saw a 'transparent bridge' from dmesg and started digging up because I was fighting against 'interrupt storming' and 'stray IRQ' problems with the latest Intel chipsets recently and I had a feeling that it's somehow related. http://lxr.linux.no/source/drivers/pci/probe.c?v=2.6.8.1#L195 http://lxr.linux.no/source/arch/i386/pci/fixup.c?v=2.6.8.1#L192 http://lxr.linux.no/source/arch/i386/pci/irq.c?v=2.6.8.1#L870 http://lxr.linux.no/source/arch/i386/pci/irq.c?v=2.6.8.1#L1017 But I don't see any special treatment in FreeBSD's PCI driver. 1. Is this relevant for FreeBSD? 2. Is this related to the problems (esp. SMP)? Thanks, Jung-uk Kim