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