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
/
dev
/
qbus
/
uda.c
Age
Commit message (
Expand
)
Author
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-01
Use aprint_normal() in cfprint routines.
thorpej
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
Rather than referencing the cfdriver directly in the cfdata entries,
thorpej
2002-06-14
Must check B_PHYS, not b_proc, if it is DMA to userspace, otherwise the
ragge
2001-11-13
add RCSIDs
lukem
2001-06-10
Only use b_proc if B_PHYS is set.
ragge
2001-04-29
Use ubmemalloc() for data structures. Remove unused vars. KNF.
ragge
2001-04-12
Protect the call to uba_done() with spluba().
thorpej
2000-06-10
Must be able to compile without "mtc".
ragge
2000-06-05
Adjust to new evcnt stuff.
matt
2000-06-04
More event counter stuff. Plus a little cruft cleanup while doing it.
matt
2000-05-19
A foolish consistency; most parts of the kernel use bp->b_data, so
thorpej
2000-04-30
Change to use new ubareset() functionality.
ragge
2000-03-30
Remove register declarations.
augustss
2000-01-24
Revamp the VAX interrupt handling code. Make it compatible with all the
matt
2000-01-21
Update for sys/buf.h/disksort_*() changes.
thorpej
1999-06-06
Fix map register/DMA wait queues.
ragge
1999-05-29
Copied from ../../arch/vax/uba/uda.c,v
ragge