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
/
hpc
/
pwctl.c
Age
Commit message (
Expand
)
Author
2012-10-27
split device_t/softc for all remaining drivers.
chs
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2006-10-09
Remove (the default) #define XXXDEBUG and add the options to the relevant
peter
2006-03-29
Use device_private().
thorpej
2006-03-29
Use device_cfdata().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
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 RCSID
lukem
2001-08-02
turn pwctl_debug to 0
sato
2001-07-31
change DPRINTF() to VPRINTF() in pwctl_hardpower().
sato
2001-06-04
ANSI KNF.
uch
2001-05-06
Vrc4172 GPIO support. This device is currently configured on PenCentra 130.
takemura
2001-05-01
Fix 'busname' to attach nodes correctly.
takemura
2001-04-30
Machine independent GPIO interface.
takemura
2001-04-30
Copy of sys/arch/hpcmips/vr/pwctl_vrgiu.c.
takemura