dmamatch never added in the offset for the dma registers to the VA,
authorchuck <chuck@openbsd.org>
Fri, 12 Jan 1996 22:02:15 +0000 (22:02 +0000)
committerchuck <chuck@openbsd.org>
Fri, 12 Jan 1996 22:02:15 +0000 (22:02 +0000)
commit20a3de196d70a9b241689843dc2cf0a325bf1d60
tree0054934cd0ff9169ae43971e31bfc4678a889492
parent19441607e782c34ece0ca0b672ca41b0757e1c01
dmamatch never added in the offset for the dma registers to the VA,
and thus probed the wrong address on the 4/300 (but it worked because
it was probing the esp0 registers!).

now that bus_tmp() adds the offset in for us [as of obio 1.15] i
discoved that a byte access to the dma registers is not allowed.
so, i've change probeget to use a word access.
sys/arch/sparc/dev/dma.c