diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-01 21:56:39 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-01 21:56:39 +0000 |
commit | 120e4235c1e0f40a9d9a2b0db84f1dbc97912bc3 (patch) | |
tree | 502c4209de3d0aba95950eeb456805f7630a5771 /usr.bin | |
parent | 0d94a2f192e73199851c56fe6342bcdb84e8fb9a (diff) |
The widget mapping code has been written back when I was only working on
Octane support. The Octane being a single-node system, address space is
ludicrous enough to allow the whole address space of every widget to be
directly accessible in whole, using the address bits reserved to nasid.
However, on IP27 and IP35, things do not work this way - while we still have
the low 16MB address space of each widget available (the so-called
``short window''), access to other parts of the wiget address space is done
through translation slots (IOTTE) at the Hub I/O space level, on a per-node
basis.
Given the imminent release lock, give up completely on ``large'' mappings
of widgets, and restrict ourselves to short window operation, all the time
(thus reinforcing the use of devio registers to map pci resources on xbridge).
A proper interface to request mappings of specific widget areas, either
directly on Octane, or through IOTTE if available on Origin, will appear
post-release.
No functional change (except from silently repairing Octane support which the
previous xbridge commit silently broke).
Diffstat (limited to 'usr.bin')
0 files changed, 0 insertions, 0 deletions