Only override the time offset in rtcinfo[0] when setting the time; don't
authorkettenis <kettenis@openbsd.org>
Thu, 4 Jul 2024 20:11:46 +0000 (20:11 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 4 Jul 2024 20:11:46 +0000 (20:11 +0000)
commitffe0e4d400f1850f150517e005515f463ebbdc2b
treee1eeba88494e3b49178c83989f0728636ba4801c
parent771eb64795eadd10295b8d189ba4f7f5bc282fb0
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@
sys/dev/fdt/qcscm.c