Subject: bus_space_{tag,handle}_t
To: None <tech-kern@netbsd.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: tech-kern
Date: 12/28/2000 11:38:37
I'm involved in a porting effort, and in dealing with the bus_space
stuff I tried to make bus_space_tag_t and bus_space_handle_t (typedefs
for) struct types.

This fell over, because (probably among others) dev/ic/com.c assumes
that bus_space_tag_t values can be compared with ==.  But no doco I've
been able to find contains any indication that these types are supposed
to be restricted in any way.

Hence my question: is the com driver broken, is the doco incomplete, or
have I just missed something?

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B