Index: head/sys/kern/subr_rtc.c =================================================================== --- head/sys/kern/subr_rtc.c +++ head/sys/kern/subr_rtc.c @@ -84,7 +84,7 @@ { if (clock_dev != NULL) { - if (clock_res > res) { + if (clock_res <= res) { if (bootverbose) device_printf(dev, "not installed as " "time-of-day clock: clock %s has higher "