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