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