Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/conf comment out M68030, since we do not ye...



details:   https://anonhg.NetBSD.org/src/rev/c6c8f105fa67
branches:  trunk
changeset: 508043:c6c8f105fa67
user:      dbj <dbj%NetBSD.org@localhost>
date:      Thu Apr 05 04:42:42 2001 +0000

description:
comment out M68030, since we do not yet support NeXT 68030 computers

diffstat:

 sys/arch/next68k/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6d2e4f791e38 -r c6c8f105fa67 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Thu Apr 05 04:39:02 2001 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Thu Apr 05 04:42:42 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.38 2000/12/19 15:51:49 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.39 2001/04/05 04:42:42 dbj Exp $
 #
 # GENERIC next68k
 #
@@ -6,7 +6,7 @@
 
 include "arch/next68k/conf/std.next68k"
 
-#ident                 "GENERIC-$Revision: 1.38 $"
+#ident                 "GENERIC-$Revision: 1.39 $"
 
 # Needs to be set per system.  i.e change these as you see fit
 maxusers       16
@@ -106,7 +106,7 @@
 
 # NeXT specific options
 options        M68040
-options        M68030
+#options       M68030
 options        FPSP
 #options       FPU_EMULATE
 



Home | Main Index | Thread Index | Old Index