Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 20:03:24 +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:  <201001132003.o0DK3dPx010699@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001132003.o0DK3dPx010699>