Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mmeye/conf Clean up some commented out x86-specific...



details:   https://anonhg.NetBSD.org/src/rev/2a4454a674b6
branches:  trunk
changeset: 347973:2a4454a674b6
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Sep 27 13:01:18 2016 +0000

description:
Clean up some commented out x86-specific things.

diffstat:

 sys/arch/mmeye/conf/MMTAICE |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (32 lines):

diff -r 9604741f3271 -r 2a4454a674b6 sys/arch/mmeye/conf/MMTAICE
--- a/sys/arch/mmeye/conf/MMTAICE       Tue Sep 27 12:04:16 2016 +0000
+++ b/sys/arch/mmeye/conf/MMTAICE       Tue Sep 27 13:01:18 2016 +0000
@@ -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 @@
 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 @@
 
 # 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
 



Home | Main Index | Thread Index | Old Index