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