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