]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC: r200925
authormarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 13 Jan 2010 21:19:46 +0000 (21:19 +0000)
committermarius <marius@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 13 Jan 2010 21:19:46 +0000 (21:19 +0000)
commit7bf85323d43b5ddb096e9772e676f2821891ffa5
tree0956317d7a00e95f09bdb0b0c3f63b64a4b0804e
parent4b40f5177f0500dbc299ee6ca34e6db6af360cda
MFC: r200925

- By re-arranging the code in OF_decode_addr() somewhat and accepting
  a bit of a detour we can just iterate through the banks array instead
  of having to calculate every offset. This change is inspired by the
  powerpc version of this function.
- Add support for the JBus to EBus bridges which hang off of nexus(4).

git-svn-id: svn://svn.freebsd.org/base/stable/8@202260 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sparc64/sparc64/ofw_machdep.c