From owner-cvs-src@FreeBSD.ORG Tue May 23 17:59:54 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6816D16A422; Tue, 23 May 2006 17:59:54 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2840243D45; Tue, 23 May 2006 17:59:54 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4NHx6Uo086503; Tue, 23 May 2006 17:59:06 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4NHx6YT086502; Tue, 23 May 2006 17:59:06 GMT (envelope-from jhb) Message-Id: <200605231759.k4NHx6YT086502@repoman.freebsd.org> From: John Baldwin Date: Tue, 23 May 2006 17:59:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Cc: Subject: cvs commit: src/sys/i386/i386 mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2006 17:59:55 -0000 jhb 2006-05-23 17:59:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) sys/i386/i386 mp_machdep.c Log: When routing a PCI interrupt across a PCI-PCI bridge that is not listed in the MP Table, use the slot (aka device) of the _child_ PCI device on the child bus of the PCI-PCI bridge instead of the slot of the PCI-PCI bridge on the parent bus of the bridge. Revision Changes Path 1.115.2.26 +1 -1 src/sys/i386/i386/mp_machdep.c