Handle immediate step in local module instead of system driver

This fixes the problem where scheduler wasn't notified about performed
steps and it also makes the command available on all supported systems.
This commit is contained in:
Miroslav Lichvar
2010-01-25 13:07:13 +01:00
parent 52d0c9a057
commit 15e154c09d
7 changed files with 16 additions and 59 deletions

View File

@@ -309,7 +309,7 @@ SYS_NetBSD_Initialise(void)
lcl_RegisterSystemDrivers(read_frequency, set_frequency,
accrue_offset, apply_step_offset,
get_offset_correction, NULL /* immediate_step */,
get_offset_correction,
NULL /* set_leap */);
}