diff options
author | gene <gene@cvs.openbsd.org> | 1998-05-20 05:07:31 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1998-05-20 05:07:31 +0000 |
commit | 9d08f69802d8f439016c0149ca9222edc07c019f (patch) | |
tree | 1702b238cfc5ed8e2dbefb183571eff8b3b66b58 /sys/conf | |
parent | 6a38ff80b4085e5a9a7e8839436bb0df16ef5bbf (diff) |
Enable NTP again now that mickey has solved the pentium timer problem.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 5f8fbb8be5f..88a30dddac2 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.30 1998/05/06 23:04:42 gene Exp $ +# $OpenBSD: GENERIC,v 1.31 1998/05/20 05:07:30 gene Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -7,7 +7,7 @@ option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight savings time used by RTC -#option NTP # hooks supporting the Network Time Protocol +option NTP # hooks supporting the Network Time Protocol option SWAPPAGER # paging; REQUIRED option DEVPAGER # mmap() of devices |