K 10 svn:author V 5 gonzo K 8 svn:date V 27 2009-04-15T02:28:26.075240Z K 7 svn:log V 316 Use FreeBSD/arm approach for handling bus space access: space tag is a pointer to bus_space structure that defines access methods and hence every bus can define own accessors. Default space is mips_bus_space_generic. It's a simple interface to physical memory, values are read with regard to host system byte order. END