CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/05/17 16:38:25
Modified files: sys/arch/mvme88k/dev: nvram.c nvramreg.h sys/arch/mvme88k/mvme88k: clockvar.h locore.S machdep.c sys/arch/mvme88k/conf: files.mvme88k Added files: sys/arch/mvme88k/mvme88k: clock.c Log message: Split inittodr/resettodr code from actual tod routines, to allow for multiple tod routines in the near future. Use the mi clock_ymdhms_to_secs and clock_secs_to_ymdhms routines.