Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137109744
D6185.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
377 B
Referenced Files
None
Subscribers
None
D6185.diff
View Options
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 "
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 22, 4:00 AM (17 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25901993
Default Alt Text
D6185.diff (377 B)
Attached To
Mode
D6185: rtc: fix inverted resolution check
Attached
Detach File
Event Timeline
Log In to Comment