Age | Commit message (Expand) | Author |
2022-01-04 | hide more things behind _KERNEL, in case userland manages to include | Theo de Raadt |
2019-05-13 | free(9) sizes. | Martin Pieuchot |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2016-05-03 | alias bus_space_{read,write}_raw to the non-raw counterparts | David Gwynne |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2009-12-25 | Add bus_space_vaddr() when applicable; from NetBSD. | Miod Vallat |
2009-07-30 | Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), only | Miod Vallat |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-02-01 | Remove unused _pfthresh member from struct alpha_bus_dma_tag. | Miod Vallat |
2006-05-12 | Keep track of which DMA window was actually used to map the | Brad Smith |
2006-04-27 | from PAE work: | Michael Shalayeff |
2006-04-04 | Add a `prefetch threshold' member to the bus_dma_tag_t, so that | Brad Smith |
2006-04-04 | clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit. | Brad Smith |
2005-05-25 | comment typo | Jason Wright |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre |
2002-06-30 | Dummy bus_space_read_raw_region implementation. | Miod Vallat |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-07 | Clean up BUS_DMA_* flags, and make sure all arch's define: | Jason Wright |
2001-11-05 | Switch everything to the new bus_dmamap_sync API. | Artur Grabowski |
2001-10-26 | First cut at a port of isadma and floppy driver. ok art@ | Nathan Binkert |
2001-01-15 | 'implement' bus_space_write_raw_region_{2,4}. | Artur Grabowski |
2000-12-15 | Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE} | Artur Grabowski |
2000-11-08 | Merge in big portions of the improvements NetBSD did to their alpha port. | Artur Grabowski |
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist |
1997-06-05 | non-DEBUG __abs_nonsingle correct use; grr | Theo de Raadt |
1997-04-10 | Fix typo (aligend -> aligned) | Todd C. Miller |
1997-04-02 | Better implementation of buf_space_*_raw_multi_* that deals well | Niklas Hallqvist |
1997-03-21 | Add the bus_space_{read,write}_raw_multi_[248] extensions | Niklas Hallqvist |
1997-01-24 | Sync with NetBSD 961207 | Niklas Hallqvist |
1996-11-12 | Arrival of new bus.h from NetBSD | Niklas Hallqvist |
1996-10-30 | Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed. | Niklas Hallqvist |
1996-07-29 | Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention | Niklas Hallqvist |
1996-06-18 | sync to 0616, retaining local diffs | Theo de Raadt |