Module Name: src
Committed By: maya
Date: Tue Sep 27 13:01:18 UTC 2016
Modified Files:
src/sys/arch/mmeye/conf: MMTAICE
Log Message:
Clean up some commented out x86-specific things.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/mmeye/conf/MMTAICE
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mmeye/conf/MMTAICE
diff -u src/sys/arch/mmeye/conf/MMTAICE:1.52 src/sys/arch/mmeye/conf/MMTAICE:1.53
--- src/sys/arch/mmeye/conf/MMTAICE:1.52 Fri Aug 7 13:53:28 2015
+++ src/sys/arch/mmeye/conf/MMTAICE Tue Sep 27 13:01:18 2016
@@ -1,4 +1,4 @@
-# $NetBSD: MMTAICE,v 1.52 2015/08/07 13:53:28 maxv Exp $
+# $NetBSD: MMTAICE,v 1.53 2016/09/27 13:01:18 maya Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -16,13 +16,9 @@ include "arch/mmeye/conf/std.mmeye"
maxusers 32 # estimated number of users
# CPU support. At least one is REQUIRED.
-#options I386_CPU
-#options I486_CPU
-#options I586_CPU
options SH3
options SH7708 # 60MHz
#options SH7708R # 100MHz
-#options I686_CPU
options PCLOCK=33330000 # 33.33MHz
options INITTODR_ALWAYS_USE_RTC
@@ -32,8 +28,6 @@ makeoptions DEFTEXTADDR="0x8c010000"
# CPU-related options.
#options MATH_EMULATE # floating point emulation
-#options VM86 # virtual 8086 emulation
-#options USER_LDT # user-settable LDT; used by WINE
# eliminate delay no-ops in I/O; recommended on all but very old machines
#options DUMMY_NOPS