]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use the new clock_schedule() to arrange for clock_settime() to be called
authorian <ian@FreeBSD.org>
Mon, 31 Jul 2017 01:36:51 +0000 (01:36 +0000)
committerian <ian@FreeBSD.org>
Mon, 31 Jul 2017 01:36:51 +0000 (01:36 +0000)
commita0fd5a136c018c08c266856db8eace9fb34c57ed
tree2e7f4f09def5c162dbfc8a3b2f2ae273068cfbe9
parent4b1f61b07349416374d891828e69dc6bacff4d5b
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