Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add (commented out) and document NO_TSC_T...



details:   https://anonhg.NetBSD.org/src/rev/616438a041d9
branches:  trunk
changeset: 555535:616438a041d9
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Nov 20 13:32:41 2003 +0000

description:
Add (commented out) and document NO_TSC_TIME.

diffstat:

 sys/arch/i386/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 726e200ec500 -r 616438a041d9 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Nov 20 13:30:29 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Nov 20 13:32:41 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.582 2003/11/18 23:07:37 jonathan Exp $
+# $NetBSD: GENERIC,v 1.583 2003/11/20 13:32:41 fvdl Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.582 $"
+#ident                 "GENERIC-$Revision: 1.583 $"
 
 maxusers       32              # estimated number of users
 
@@ -67,6 +67,8 @@
 
 options        RTC_OFFSET=0    # hardware clock is this many mins. west of GMT
 options        NTP             # NTP phase/frequency locked loop
+#options       NO_TSC_TIME     # Don't use TSC microtime, even if available.
+                               # Improves time behavior under VMware.
 
 options        KTRACE          # system call tracing via ktrace(1)
 options        SYSTRACE        # system call vetting via systrace(1)



Home | Main Index | Thread Index | Old Index