Define new option, INACCURATE_MICROTIME_IS_OK. When this is defined,
authorGarrett Wollman <wollman@FreeBSD.org>
Sat, 23 Apr 1994 21:39:18 +0000 (21:39 +0000)
committerGarrett Wollman <wollman@FreeBSD.org>
Sat, 23 Apr 1994 21:39:18 +0000 (21:39 +0000)
commit70b7ffbf695fc4f87bcd3c0f567977487cbee79e
tree15da8461b5276a0a2890cdea870eec2839719f2c
parent05443bb59dc2383e62780da1fd25090ae9a79bad
Define new option, INACCURATE_MICROTIME_IS_OK.  When this is defined,
the NTP kernel PLL is disabled, and acquire_timer0() is enabled, thus
opening the door for microtime() (and hence gettimeofday()) to return
bogus timestamps.  This option is necessary for the `pca' driver to
work, but is implemented to underscore the fact that accurate timekeeping
and the `pca' driver are incompatible at present.  If someone writes a version
of microtime() that works when the `pca' driver is being used, this can get
junked.
sys/i386/conf/LINT
sys/i386/isa/clock.c
sys/kern/init_sysent.c
sys/kern/syscalls.c
sys/sys/syscall.h