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
/
sun3
/
sun3x
/
clock.c
Age
Commit message (
Expand
)
Author
2003-09-22
Count clock interrupts.
tsutsui
2003-09-22
KNF a bit.
tsutsui
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-15
__KERNEL_RCSID()
lukem
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2001-09-05
bcopy() -> memcpy(), bzero() -> memset()
tsutsui
2001-09-05
- vm_offset_t -> [pv]addr_t
tsutsui
2001-02-03
Remove some of broken cf_unit usage.
tsutsui
2000-01-19
check whether tv_usec >= 1000000
msaitoh
1998-02-08
Default the interrupt priority in match functions.
gwr
1998-02-05
Merge arch/sun3x into arch/sun3
gwr
1998-01-12
Update for config changes.
thorpej
1997-05-14
Make the "hydra" call leds_hydra() from clock_attach().
gwr
1997-05-01
oops...
gwr
1997-04-28
Drivers that use obio_mapin should enforce OBIO attachment
gwr
1997-04-25
Add "oclock" support for the Sun3/470.
gwr
1997-03-05
Fix race conditions that allowed the interrupt latch register to have
gwr
1997-02-19
Make this use sys/dev/clock_subr.[ch]
gwr
1997-02-12
Must convert from/to BCD when reading/writing the clock chip.
gwr
1997-01-27
Kill sunmon.h
gwr
1997-01-26
Check interrupt_reg==0, not clock_va (Oops!)
gwr
1997-01-25
Just return if clock_va is not set.
gwr
1997-01-23
Replace the intersil7170 stuff with mostek48t02 stuff.
gwr
1997-01-23
Fixed leap year bug. (Doesn't happen until 2100, but still important.)
jeremy
1997-01-14
Initial import. Gets as far as nfs_mountroot.
gwr