summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/include/bus.h
AgeCommit message (Expand)Author
2012-03-15No longer allow bus_space_barrier() to be a NULL pointer on a givenMiod Vallat
2010-08-23Implement bus_space_barrier() on sgi; on xbridge, this will also flushMiod Vallat
2010-04-04Fix bus_space_{read,write}_raw_region_# operation.Miod Vallat
2009-12-25Pass both the virtual address and the physical address of the memory rangeMiod Vallat
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-07-23Get rid of bus_mem_add_mapping().Miod Vallat
2009-07-22Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields.Miod Vallat
2009-07-22Define BUS_SPACE_MAP_CACHEABLE.Miod Vallat
2009-07-17Update bus_dma to the better codebase found on almost all other platforms,Miod Vallat
2009-05-31Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withMiod Vallat
2009-05-24Revert the memory range restriction code added to _dmamem_alloc(); devicesMiod Vallat
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-04-13The start of Origin 200 support. Based on some code contributed by pefo@Miod Vallat
2008-08-25Add bus_space_read_raw_region_* and bus_space_write_raw_region_* bus spaceJoel Sing
2008-07-30Implement bus_space_{read,write}_raw_mult_[248] correctly, it needsMiod Vallat
2008-03-30Implement bus_space_*8 and bus_space_vaddr.Miod Vallat
2008-02-20More dead includes and functions noone will mourn.Miod Vallat
2007-11-27Add BUS_SPACE_MAP_LINEARJoel Sing
2007-06-21Extent sgi bus_dma to cope with different views of memory: non-contiguousMiod Vallat
2006-05-27Eradicate the type 'bus_dmasync_op_t'. Unused. SporadicallyKenneth R Westerback
2005-01-02Fix typo.Mark Kettenis
2004-08-10spacingTheo de Raadt
2004-08-10spacingTheo de Raadt
2004-08-06initial sgi importPer Fogelstrom