Attachment 'ntp-13.3-RELEASE.diff'
Download 1 diff --git a/sys/kern/kern_ntptime.c b/sys/kern/kern_ntptime.c
2 index a36016680a21..1d3e1dd2e65d 100644
3 --- a/sys/kern/kern_ntptime.c
4 +++ b/sys/kern/kern_ntptime.c
5 @@ -1078,6 +1078,10 @@ static void
6 start_periodic_resettodr(void *arg __unused)
7 {
8
9 + EVENTHANDLER_REGISTER(power_resume, periodic_resettodr, NULL,
10 + EVENTHANDLER_PRI_ANY);
11 + EVENTHANDLER_REGISTER(power_suspend_early, shutdown_resettodr, NULL,
12 + EVENTHANDLER_PRI_FIRST);
13 EVENTHANDLER_REGISTER(shutdown_pre_sync, shutdown_resettodr, NULL,
14 SHUTDOWN_PRI_FIRST);
15 callout_init(&resettodr_callout, 1);
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.