summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/bus.h
AgeCommit message (Expand)Author
2009-07-30Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlyMiod Vallat
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-06-07on amd64, store a pointer to the loaded data and the type. This willOwain Ainsworth
2009-05-10When I changed the implementation of iommu and sg_dma over to useOwain Ainsworth
2009-04-21add a sg_dma backend for amd64 bus_dma. This is a lot more clever aboutOwain Ainsworth
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-03-10remove the _BUS_DMA_PRIVATE define from amd64 and i386.Owain Ainsworth
2009-02-05Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap,Owain Ainsworth
2008-12-03Remove the x86 and i386 prefixes to the bus_dma types. It's really quiteOwain Ainsworth
2008-11-22same change as for amd64. Move bus_space_* functions from inlines andOwain Ainsworth
2008-11-21de-inline the bus_space_* functions in favour of real functionsOwain Ainsworth
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-10All your memory belong to us. This has been in snaps for a while,Tobias Weingartner
2007-11-16fix the bus_space #define nightmare, so that amd64 and i386 are much moreTheo de Raadt
2007-09-01Remove stale comments; prompted by millert.Marco Peereboom
2007-08-31Add vaddr.Marco Peereboom
2006-04-27from PAE work:Michael Shalayeff
2005-11-05Add bus_space_alloc and _free.Marco Peereboom
2005-05-25comment typoJason Wright
2004-02-23provide _barrier method w/ {l,s,m}fence instructionsMichael Shalayeff
2004-01-28an amd64 arch support.Michael Shalayeff