diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-11 19:27:24 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-11 19:27:24 +0000 |
commit | 46b059fa0a0783e4880b30b4161b296068675b12 (patch) | |
tree | 55413e53d357a7c28593942a77d2767435a5293c /sys/arch | |
parent | 2912b3c09d90994ece1b93ebb855f0f03371737b (diff) |
add NTP
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/ELBERETH | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH index 9c81f9e9aa2..4fe9481eb80 100644 --- a/sys/arch/i386/conf/ELBERETH +++ b/sys/arch/i386/conf/ELBERETH @@ -1,5 +1,5 @@ # -# $OpenBSD: ELBERETH,v 1.3 1997/04/09 16:01:51 kstailey Exp $ +# $OpenBSD: ELBERETH,v 1.4 1997/04/11 19:27:23 kstailey Exp $ # # # ELBERETH -- 166MHz Pentium PCI @@ -17,6 +17,7 @@ options XSERVER # diddle with console driver maxusers 16 # estimated number of users options TIMEZONE=300 # time zone to adjust RTC time by options DST=1 # daylight savings time used by RTC +options NTP # High precision timekeeping support options SWAPPAGER # paging; REQUIRED options DEVPAGER # mmap() of devices |