summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/bus.h
AgeCommit message (Expand)Author
2011-09-27Make bus_addr_t and bus_size_t u_long types, instead of either uint32_t orMiod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2009-12-25Fix (currently unused) bus_space_vaddr() return value.Miod Vallat
2009-07-30Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can beMiod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-07-13Add a somewhat minimal bus_dma(9) implementation. Only fully implemented forMark Kettenis
2006-01-01Don't need to include machine/types.h here. OK and tested by miod@Todd C. Miller
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
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