Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-08 | BUS_SPACE_BARRIER_{READ,WRITE} are needed for some drivers -- fake | Michael Shalayeff | |
2003-06-25 | Extend the sparc bus_space_tag_t to store access endianness in it, and | Miod 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-25 | fix _set_ functions as found while debugging an@stp | Michael Shalayeff | |
2003-06-23 | *_raw_*_1() functions do not exist | Michael Shalayeff | |
2003-06-23 | Add a very straightforward subset of the bus_space API, where all functions | Miod Vallat | |
expand to very simple inlines. This will be used by some code very shortly. |