summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/include/bus.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* The device_to_pa routine really isn't needed. We always have physicalvisa2017-05-111-4/+4
* add a BUS_DMA_64BIT flag to bus_dma on all our archs.dlg2017-05-081-1/+2
* Support BUS_DMA_NOCACHE in bus_dma(9). Memory allocations done withmiod2014-03-101-15/+16
* No longer allow bus_space_barrier() to be a NULL pointer on a givenmiod2012-03-151-5/+2
* Implement bus_space_barrier() on sgi; on xbridge, this will also flushmiod2010-08-231-3/+13
* Fix bus_space_{read,write}_raw_region_# operation.miod2010-04-041-3/+3
* Pass both the virtual address and the physical address of the memory rangemiod2009-12-251-2/+3
* Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlymiod2009-07-301-5/+1
* Make sure all platforms understand the flags argument of bus_space_map() andmiod2009-07-261-4/+5
* Get rid of bus_mem_add_mapping().miod2009-07-231-5/+1
* Get rid of bus_space_tag_t now unused bus_extent and bus_reverse fields.miod2009-07-221-3/+1
* Define BUS_SPACE_MAP_CACHEABLE.miod2009-07-221-1/+2
* Update bus_dma to the better codebase found on almost all other platforms,miod2009-07-171-1/+5
* Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent withmiod2009-05-311-2/+1
* Revert the memory range restriction code added to _dmamem_alloc(); devicesmiod2009-05-241-2/+3
* Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.oga2009-04-201-13/+14
* The start of Origin 200 support. Based on some code contributed by pefo@miod2009-04-131-2/+2
* Add bus_space_read_raw_region_* and bus_space_write_raw_region_* bus spacejsing2008-08-251-1/+39
* Implement bus_space_{read,write}_raw_mult_[248] correctly, it needsmiod2008-07-301-29/+27
* Implement bus_space_*8 and bus_space_vaddr.miod2008-03-301-18/+21
* More dead includes and functions noone will mourn.miod2008-02-201-3/+1
* Add BUS_SPACE_MAP_LINEARjsing2007-11-271-1/+3
* Extent sgi bus_dma to cope with different views of memory: non-contiguousmiod2007-06-211-2/+8
* Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadicallykrw2006-05-271-2/+1
* Fix typo.kettenis2005-01-021-2/+3
* spacingderaadt2004-08-101-6/+6
* spacingderaadt2004-08-101-4/+4
* initial sgi importpefo2004-08-061-0/+428