mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
removes the only reference to atrtc_set() from outside of atrtc.c, so make it static. The xen timer driver registers as a realtime clock with 1us resolution. In the past that resulted in only the xen timer's clock_settime() getting called, so it would call atrtc_set() to set the hardware clock as well. As of r32090, the clock_settime() method of all registered realtime clocks gets called, so the xen driver no longer needs to chain-call the lower-resolution driver. Thanks to royger@ for talking me through the xen stuff, and for testing. |
||
|---|---|---|
| .. | ||
| isa_common.c | ||
| isa_common.h | ||
| isa_dmareg.h | ||
| isa_if.m | ||
| isahint.c | ||
| isareg.h | ||
| isavar.h | ||
| pnp.c | ||
| pnpparse.c | ||
| pnpreg.h | ||
| pnpvar.h | ||
| rtc.h | ||
| syscons_isa.c | ||
| vga_isa.c | ||