Subject: Re: Is sbdsp.c misusing bus_space_write_1?
To: John F. Woods <jfw@funhouse.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: current-users
Date: 07/03/1998 08:56:02
Read the bus_space(9) man page; the function signature is:

     void
     bus_space_write_1(bus_space_tag_t space, bus_space_handle_t handle,
             bus_size_t offset, u_int8_t value);


> 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? 

The former.

> (In other words, should those 0s be JAZZ16_CONFIG_PORT?)

No.

					- Bill