]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the new clock_schedule() to arrange for clock_settime() to be called
authorIan Lepore <ian@FreeBSD.org>
Mon, 31 Jul 2017 01:36:51 +0000 (01:36 +0000)
committerIan Lepore <ian@FreeBSD.org>
Mon, 31 Jul 2017 01:36:51 +0000 (01:36 +0000)
commit02d094ff04bc201978ba5c13c1330d6facf548fe
tree2e7f4f09def5c162dbfc8a3b2f2ae273068cfbe9
parentcd9d9e5417583b89e1d0a505182ebc33e4d1fad3
Use the new clock_schedule() to arrange for clock_settime() to be called
at the right time to keep the RTC hardware time in sync, instead of using
pause_sbt() to sleep until the right time.
sys/dev/iicbus/ds1307.c
sys/dev/iicbus/nxprtc.c