aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.i386
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-02-20 16:36:17 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-02-20 16:36:17 +0000
commit7ec73f64179417aeda085c1c338385559fb49c23 (patch)
tree5042c5ef5cf38116ca2fbd33ae4afd5f8bc14fb6 /sys/conf/files.i386
parentfd8d085898855f44a527d6928d2d403e6fa871c3 (diff)
downloadsrc-7ec73f64179417aeda085c1c338385559fb49c23.tar.gz
src-7ec73f64179417aeda085c1c338385559fb49c23.zip
Replace TOD clock code with more systematic approach.
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
Notes
Notes: svn path=/head/; revision=33690
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r--sys/conf/files.i3863
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 113af1c00592..118dfd68d475 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.190 1998/02/17 11:32:33 sos Exp $
+# $Id: files.i386,v 1.191 1998/02/18 13:43:42 msmith Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -53,7 +53,6 @@ i386/i386/initcpu.c standard
i386/i386/machdep.c standard
i386/i386/math_emulate.c optional math_emulate
i386/i386/mem.c standard
-i386/i386/microtime.s standard
i386/i386/mp_machdep.c optional smp
i386/i386/mpapic.c optional smp
i386/i386/mpboot.s optional smp