summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/bus.h
AgeCommit message (Expand)Author
2009-07-30Make sure the BUS_SPACE_BARRIER_xxx constants are all non-zero and can beMiod Vallat
2009-05-31Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withMiod Vallat
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2007-05-23Add proper bus_space_vaddr() implementation.Mark Kettenis
2005-01-09typoMichael Shalayeff
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2004-03-02track va for each segment and not for the whole map.Michael Shalayeff
2003-09-29dino/cujo pci bridgeMichael Shalayeff
2003-03-29bus_space_vaddr and related definitions (needs actual implementations)Michael Shalayeff
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
2002-02-16there are bugs, and then there are pastosMichael Shalayeff
2002-02-16remove bogus DCIAS (used to be used for scsi driverMichael Shalayeff
2002-02-16implement a few dma methods; from fredette@. some fixes from meMichael Shalayeff
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-07-30Change:Artur Grabowski
2000-06-15add BUS_DMA_COHERENT, fix BUS_DMAMEM_NOSYNCMichael Shalayeff
2000-01-29repair busdma calls w/o cookiesMichael Shalayeff
1999-11-26fix types for raw routines, also fix macros in bus.h for raw multi; 10x niklas@Michael Shalayeff
1999-11-25do bus stuff through pointers, native devices use memory ops where possibleMichael Shalayeff
1999-02-25better bus_space_barrier(); proper dma stuff; some more bus tagsMichael Shalayeff
1999-01-03implement bus_space_{un,}map w/ extentsMichael Shalayeff
1998-12-29add bus_space_barrier() protoMichael Shalayeff
1998-12-13implement some more of those write_multi routines; also some 64 bit onesMichael Shalayeff
1998-12-13take advantage of IO space equal mappingMichael Shalayeff
1998-12-05fake bus_space_barrier()Michael Shalayeff
1998-12-05finally, i block mapped the io space, so bus.h is kind of fake now, just *(h ...Michael Shalayeff
1998-11-23some bus.hMichael Shalayeff