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.
  • [get | view] (2024-04-24T03:39:05+0000, 5.8 KB) [[attachment:files_drm_510_kmod.shar]]
  • [get | view] (2024-04-24T01:23:12+0000, 19.2 KB) [[attachment:loader_rotate-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:23:51+0000, 0.6 KB) [[attachment:lua_commentparse-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:08:17+0000, 41.1 KB) [[attachment:multifix-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:24:12+0000, 0.6 KB) [[attachment:ntp-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:21:52+0000, 10.8 KB) [[attachment:thermal_management-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:23:36+0000, 2.9 KB) [[attachment:usb_hid_setprotocol-13.3-RELEASE.diff]]
  • [get | view] (2024-04-24T01:22:44+0000, 7.2 KB) [[attachment:vt_rotate-13.3-RELEASE.diff]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.