mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Highlights:
* Simple model for underlying hardware.
* Hardware basis for timekeeping can be changed on the fly.
* Only one hardware clock responsible for TOD keeping.
* Provides a real nanotime() function.
* Time granularity: .232E-18 seconds.
* Frequency granularity: .238E-12 s/s
* Frequency adjustment is continuous in time.
* Less overhead for frequency adjustment.
* Improves xntpd performance.
Reviewed by: bde, bde, bde
|
||
|---|---|---|
| .. | ||
| atpic_vector.S | ||
| clock.c | ||
| icu.h | ||
| icu_ipl.S | ||
| icu_ipl.s | ||
| icu_vector.S | ||
| icu_vector.s | ||
| intr_machdep.c | ||
| intr_machdep.h | ||
| isa.c | ||
| isa.h | ||
| nmi.c | ||
| npx.c | ||
| timerreg.h | ||
| vector.S | ||
| vector.s | ||