CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/04/28 06:58:28
Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/amd64/include: cpu.h sys/arch/amd64/isa: clock.c Log message: Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64 and move it to the end of machdep.c. Rework the actual implementation for te MC14818 compatible RTC into something that can be used as a todr_handle. ok mpi@