Subject: Re: Is sbdsp.c misusing bus_space_write_1?
To: None <jfw@funhouse.com>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: current-users
Date: 07/03/1998 15:46:36
> Now, does bus_space_map create a mapping which you apply local offsets
> to, or does it simply validate certain regions of the given mapped
> space which you still must supply correct offsets to?  (In other
> words, should those 0s be JAZZ16_CONFIG_PORT?)
The former.  It creates an IO handle in which you can use offsets
from 0 to the length of the region.  So those 0s should be 0s.

        -- Lennart