Subject: NetBSD master CVS tree commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 01/12/1996 17:10:03
chuck
Fri Jan 12 17:03:42 EST 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv7274

Modified Files:
	dma.c 
Log Message:
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.19] i 
discoved that a byte access to the dma registers is not allowed.   
so, i've change probeget to use a word access.