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
/
sbus
/
xbox.c
Age
Commit message (
Expand
)
Author
2011-07-18
convert the remaining dev/sbus drivers to CFATTACH_DECL_NEW, cfdata_t
mrg
2009-09-18
- use device_private(), proper types and variables for device_t/softc
tsutsui
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2009-03-18
bzero -> memset
cegger
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2005-12-11
merge ktrace-lwp.
christos
2005-02-04
de-__P
perry
2004-03-17
Rename PROM_getprop*() => prom_getprop*().
pk
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
2001-11-13
add RCSIDs
lukem
2001-09-26
getprop* -> PROM_getprop*
eeh
2000-06-28
remove include of <vm/vm.h>
mrg
2000-01-11
Remove old-style boot device recognition.
pk
1998-07-27
get headers from dev/sbus
pk
1998-04-18
Skeleton code for the SBus expander box.
pk