summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/bus.h
AgeCommit message (Collapse)Author
2003-07-08BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fakeMichael Shalayeff
2003-06-25Extend the sparc bus_space_tag_t to store access endianness in it, andMiod Vallat
adapt all bus_space functions to do proper endianness conversion whenever necessary, except for the raw ones. This allows us to remove the forced endianness conversions in if_wi. with help from and ok mickey@
2003-06-25fix _set_ functions as found while debugging an@stpMichael Shalayeff
2003-06-23*_raw_*_1() functions do not existMichael Shalayeff
2003-06-23Add a very straightforward subset of the bus_space API, where all functionsMiod Vallat
expand to very simple inlines. This will be used by some code very shortly.