Page MenuHomeFreeBSD

Convert the x86 RTC driver to use new validated BCD<->timespec conversions
AbandonedPublic

Authored by ian on Jan 1 2018, 11:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 10, 1:28 AM
Unknown Object (File)
Dec 23 2024, 5:18 AM
Unknown Object (File)
Dec 22 2024, 4:52 AM
Unknown Object (File)
Dec 12 2024, 5:27 PM
Unknown Object (File)
Nov 28 2024, 4:12 PM
Unknown Object (File)
Nov 26 2024, 9:50 AM
Unknown Object (File)
Nov 14 2024, 4:24 PM
Unknown Object (File)
Oct 29 2024, 6:39 AM
Subscribers

Details

Reviewers
None
Summary

New common routines were added to kern/subr_clock.c for converting between calendrical time expressed in BCD and struct timespec. The new functions return EINVAL on error, as expected when the clock hardware does not provide valid time.

Test Plan

This code compiles, but has not been tested yet on any x86 hardware (or emulation).

Code has now been run-tested (see PR 224813).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 14249

Event Timeline

Follow changes in D13730... the conversion routines now take a bool flag to indicate whether AM/PM mode conversions need to be done. atrtc always operates in 24-hour mode.