summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include/bus.h
AgeCommit message (Expand)Author
2005-12-11merge ktrace-lwp.christos
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2002-01-07Implement bus_space_mmap().thorpej
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-05-28Add bus_space_vaddr().leo
2001-03-09Expand bus_dma implementation. It will now handle the bounce bufferleo
2001-03-07Add the BUS_DMA_STREAMING flag.thorpej
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-04-11Add dummies for barrier methods (copied from i386).leo
2000-01-25define a "BUS_SPACE_MAP_PREFETCHABLE" flag which basically means thatdrochner
2000-01-19Allow storage-space to be passed to the alloc_bus_space_tag() functions. Thisleo
1999-12-13Change the copy_region function to shutup gcc's unused warnings in someleo
1999-10-28Use extent maps.leo
1999-08-14Correct the argument order for memcpy(). This tremendously improves theleo
1999-03-23Add a macro to check for sufficient pointer alignment in bus.h context,drochner
1999-01-08Make the abs_copy functions usable. The previous implementation causedleo
1998-12-01Fix the __abs_copy() macro (wrong parameters to __abs_opname).leo
1998-05-25Add bus_space_{read,write}_region_stream_N functions.leo
1998-04-10Major overhaul of the atari bus_space implementation.leo
1998-03-10Bus-dma implementation for the atari. Heavily based on the i386leo
1998-01-16Add: bus_space_{read,write}_region_N() and bus_space_set_{multi,region}_N()leo
1997-09-02Add BUS_SPACE_MAP_* macro's.leo
1997-07-15Implement bus_space_subregion()leo
1997-06-25Add the types for 'bus_dma_tag_t' and 'bus_dmamap_t'. While here, be a bitleo
1997-03-03Add bus_space_peek_[1248] functions. These can be used by match/probeleo
1997-01-27Fix typo's in last commit.leo
1997-01-27Change the type of bus_space_tag_t.leo
1996-11-08Adapt to changes in the bus-interface; bus_[mem|io] -> bus_space. Thanks Jason.leo
1996-11-06Prototytpe bus_mem_map/bus_mem_unmap functions.leo
1996-10-05Minimal bus.h. Together with the minimal pci implementation, we have justleo