diff options
author | gene <gene@cvs.openbsd.org> | 1998-05-06 23:04:43 +0000 |
---|---|---|
committer | gene <gene@cvs.openbsd.org> | 1998-05-06 23:04:43 +0000 |
commit | 8ba07f46292132d2d7fa873ced93b8f3f5070910 (patch) | |
tree | 519bd8bc5a76ccf019d3751befbbf271a15a9832 /sys/conf/GENERIC | |
parent | d1d97f682c575c6884479cfa6253ac5226f07f54 (diff) |
Comment out NTP for now as it seems to expose a bug in the use of performance
timers on the Pentium.
Diffstat (limited to 'sys/conf/GENERIC')
-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 7ef0fb863ce..5f8fbb8be5f 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.29 1998/04/26 21:14:08 millert Exp $ +# $OpenBSD: GENERIC,v 1.30 1998/05/06 23:04:42 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 |