From owner-cvs-src-old@FreeBSD.ORG Wed Jan 13 20:03:39 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF3DF1065694 for ; Wed, 13 Jan 2010 20:03:39 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA0068FC1F for ; Wed, 13 Jan 2010 20:03:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0DK3dSi010700 for ; Wed, 13 Jan 2010 20:03:39 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0DK3dPx010699 for cvs-src-old@freebsd.org; Wed, 13 Jan 2010 20:03:39 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201001132003.o0DK3dPx010699@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Wed, 13 Jan 2010 20:03:24 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/dev/auxio auxio.c src/sys/sparc64/central central.c src/sys/sparc64/ebus ebus.c src/sys/sparc64/fhc fhc.c src/sys/sparc64/pci apb.c ofw_pcib.c ofw_pcibus.c src/sys/sparc64/sbus dma_sbus.c sbus.c src/sys/sparc64/sparc64 ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jan 2010 20:03:39 -0000 marius 2010-01-13 20:03:24 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/auxio auxio.c sys/sparc64/central central.c sys/sparc64/ebus ebus.c sys/sparc64/fhc fhc.c sys/sparc64/pci apb.c ofw_pcib.c ofw_pcibus.c sys/sparc64/sbus dma_sbus.c sbus.c sys/sparc64/sparc64 nexus.c upa.c Log: SVN rev 202225 on 2010-01-13 20:03:24Z by marius MFC: r200874 Enroll these drivers in multipass probing. The motivation behind this is that the JBus to EBus bridges share the interrupt controller of a sibling JBus to PCIe bridge (at least as far as the OFW device tree is concerned, in reality they are part of the same chip) so we have to probe and attach the latter first. That happens to be also the case due to the fact that the JBus to PCIe bridges appear first in the OFW device tree but it doesn't hurt to ensure the right order. Revision Changes Path 1.5.10.3 +5 -2 src/sys/dev/auxio/auxio.c 1.15.2.3 +2 -1 src/sys/sparc64/central/central.c 1.29.2.2 +2 -1 src/sys/sparc64/ebus/ebus.c 1.22.2.3 +4 -2 src/sys/sparc64/fhc/fhc.c 1.17.2.3 +1 -1 src/sys/sparc64/pci/apb.c 1.11.2.3 +2 -1 src/sys/sparc64/pci/ofw_pcib.c 1.24.2.2 +2 -1 src/sys/sparc64/pci/ofw_pcibus.c 1.9.2.2 +7 -1 src/sys/sparc64/sbus/dma_sbus.c 1.52.2.3 +2 -1 src/sys/sparc64/sbus/sbus.c 1.23.2.3 +2 -1 src/sys/sparc64/sparc64/nexus.c 1.13.2.2 +1 -1 src/sys/sparc64/sparc64/upa.c