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
/
ofw
/
ofbus.c
Age
Commit message (
Expand
)
Author
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-14
ANSIfy another 1261 function definitions.
dsl
2009-03-14
Change about 4500 of the K&R function definitions to ANSI ones.
dsl
2005-12-11
merge ktrace-lwp.
christos
2005-02-04
de-__P
perry
2004-04-22
sprintf -> snprintf
itojun
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-18
implement device_register() for ofppc.
chs
2001-11-13
add RCSIDs
lukem
2001-10-22
Remove hack to skip OFW nodes which don't correspond to devices. These
thorpej
1998-02-24
Several things:
mycroft
1998-02-03
s/of_nodename/of_packagename/. Eventually, we'll probably want something
cgd
1998-02-03
in ofbattach(), don't both doing an ofbprint() by hand if the root node.
cgd
1998-02-02
make ofbprint() use of_nodename(). cleanup.
cgd
1998-01-26
(1) kill ofnmmatch(); nothing used it (and it's not clear that
cgd
1998-01-12
Update for config changes.
thorpej
1997-04-16
Update for no __BROKEN_INDIRECT_CONFIG.
thorpej
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-09-30
PowerPC port
ws