CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/07/04 14:11:46
Modified files: sys/dev/fdt : qcscm.c Log message: Only override the time offset in rtcinfo[0] when setting the time; don't touch rtcinfo[1] and rtcinfo[2]. This doesn't actually fix anything but rtcinfo[1] on a new machine already contains the value we write into it and we don't really know what the other bits are used for. ok patrick@