summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/include/bus.h
AgeCommit message (Expand)Author
2019-09-23Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all archesskrll
2012-10-13struct device * -> device_t (from chs@)tsutsui
2011-03-24Fix typo in comment.tsutsui
2011-03-24- make X68K_BUS_PERFORMANCE_HACK part defaulttsutsui
2010-03-19ANSI'fy, misc KNF.tsutsui
2010-03-19u_intN_t -> uintN_ttsutsui
2010-03-19bus_space_write_region_N() should also take a const buffer.tsutsui
2010-03-19Constify the buffer pointer argument of the _bus_space_write_multi_<n>he
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21add a pair of new bus_dma(9) functions:mrg
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-11merge ktrace-lwp.christos
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2005-01-18de-__P, remove register, ansify.chs
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2001-11-11Support BUS_SPACE_MAP_SHIFTED_EVEN for bus_space_map().isaki
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-03-07Add the BUS_DMA_STREAMING flag.thorpej
2001-01-29Performance hack.itohy
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-01-25define a "BUS_SPACE_MAP_PREFETCHABLE" flag which basically means thatdrochner
1999-03-23Add a macro to check for sufficient pointer alignment in bus.h context,drochner
1999-03-16Merged minoura_x68k_bus_h branch.minoura