From owner-freebsd-stable@FreeBSD.ORG Wed Aug 6 11:36:52 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0636237B401 for ; Wed, 6 Aug 2003 11:36:52 -0700 (PDT) Received: from bricore.com (adsl-64-168-71-68.dsl.snfc21.pacbell.net [64.168.71.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DDC643FBD for ; Wed, 6 Aug 2003 11:36:51 -0700 (PDT) (envelope-from lchen@briontech.com) Received: from lchenpc (lchen-pc.bricore.com [192.168.1.130]) (authenticated bits=0) by bricore.com (8.12.6/8.12.6) with ESMTP id h76Ialv2025136; Wed, 6 Aug 2003 11:36:47 -0700 (PDT) (envelope-from lchen@briontech.com) From: "Luoqi Chen" To: "Don Bowman" , Date: Wed, 6 Aug 2003 11:42:05 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Subject: RE: multiple IOxAPIC on 4.7 with Intel P64H2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 18:36:52 -0000 > I have a multi-port PCI-X card that is causing > me some grief. > An older version of the system bios allowed this to > work correctly, and the on-board devices to work > correctly. > > the newer system bios has fixed a 'bug' where the > interrupts were routed incorrectly according to the > PCI bridge specification. > > The system vendor indicates that I am likely missing > the support for multiple IOxAPIC, in particular, > not supporting the ones in the P64H2 hub. I know > that FreeBSD is using the IOxAPIC in the ICH-3 correctly. > > Can someone suggestion if -stable supports this configuration? > I can't get to the point of running 'mptable' since > the system won't come up: i get IRQ timeouts on the scsi > device. > > I have a 2x XEON system with ICH-3, e7501, and P64H2. > It appears there are two IO APIC in the ICH-3, and two > in the P64H2. > > --don > We support multiple IO APICs in -stable. I have systems with a total of 7 IO APICs running happily under -stable. BTW, there should be only one IO APIC in a ICH3-S, and two for each P64H2. -lq