From owner-cvs-src-old@FreeBSD.ORG Tue Dec 22 21:03:12 2009 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 9859B106574B for ; Tue, 22 Dec 2009 21:03:12 +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 82FFD8FC17 for ; Tue, 22 Dec 2009 21:03:12 +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 nBML3CVY080909 for ; Tue, 22 Dec 2009 21:03:12 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBML3CZq080908 for cvs-src-old@freebsd.org; Tue, 22 Dec 2009 21:03:12 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200912222103.nBML3CZq080908@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Tue, 22 Dec 2009 21:02:46 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Tue, 22 Dec 2009 21:03:12 -0000 marius 2009-12-22 21:02:46 UTC FreeBSD src repository Modified files: 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 200874 on 2009-12-22 21:02:46Z by marius 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.7 +5 -2 src/sys/dev/auxio/auxio.c 1.17 +2 -1 src/sys/sparc64/central/central.c 1.30 +2 -1 src/sys/sparc64/ebus/ebus.c 1.24 +4 -2 src/sys/sparc64/fhc/fhc.c 1.19 +1 -1 src/sys/sparc64/pci/apb.c 1.13 +2 -1 src/sys/sparc64/pci/ofw_pcib.c 1.25 +2 -1 src/sys/sparc64/pci/ofw_pcibus.c 1.10 +7 -1 src/sys/sparc64/sbus/dma_sbus.c 1.54 +2 -1 src/sys/sparc64/sbus/sbus.c 1.25 +2 -1 src/sys/sparc64/sparc64/nexus.c 1.14 +1 -1 src/sys/sparc64/sparc64/upa.c