Date: Tue, 22 Dec 2009 21:02:46 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org 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 ... Message-ID: <200912222103.nBML3CZq080908@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912222103.nBML3CZq080908>