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
/
playstation2
/
include
/
bus.h
Age
Commit message (
Expand
)
Author
2019-09-23
Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches
skrll
2014-07-04
Use .set arch=r5900 to enable r5900 specific instructions
martin
2014-03-31
Bring back the playstation2 port - now that a toolchain for it is
martin
2009-12-05
Remove support for NetBSD/playstation2.
pooka
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-21
add a pair of new bus_dma(9) functions:
mrg
2006-02-16
Change "inline" back to "__inline" in .h files -- C99 is still too
perry
2005-12-24
__asm__ -> __asm
perry
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-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-08-14
Fix incorrect ## usage.
kent
2002-03-17
Make sure that private DMA flags don't overlap with standard DMA flags;
simonb
2001-10-16
playstation2 port
uch