Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/conf Populate the cputype defopt (not enabled ...



details:   https://anonhg.NetBSD.org/src/rev/7f0d55388b19
branches:  trunk
changeset: 486395:7f0d55388b19
user:      soren <soren%NetBSD.org@localhost>
date:      Sun May 21 03:31:35 2000 +0000

description:
Populate the cputype defopt (not enabled yet).

diffstat:

 sys/arch/mips/conf/files.mips |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r d596ee784c80 -r 7f0d55388b19 sys/arch/mips/conf/files.mips
--- a/sys/arch/mips/conf/files.mips     Sun May 21 03:23:15 2000 +0000
+++ b/sys/arch/mips/conf/files.mips     Sun May 21 03:31:35 2000 +0000
@@ -1,9 +1,11 @@
-#      $NetBSD: files.mips,v 1.24 2000/04/29 21:47:13 soren Exp $
+#      $NetBSD: files.mips,v 1.25 2000/05/21 03:31:35 soren Exp $
 #
 
-defopt         opt_cputype.h   NOTHING_YET     # reserved for  CPU level
-defopt opt_mips_cache.h        MIPS3_L2CACHE_ABSENT    MIPS3_L2CACHE_PRESENT
-
+defopt         opt_cputype.h           NOTYET  # MIPS1 MIPS3   MIPS4   NOFPU
+                                       # MIPS3_4100    MIPS3_5200
+                                       # ENABLE_MIPS_TX3900
+defopt opt_mips_cache.h                MIPS3_L2CACHE_ABSENT
+                                       MIPS3_L2CACHE_PRESENT
 file   arch/mips/mips/db_disasm.c      ddb
 file   arch/mips/mips/db_interface.c   ddb
 file   arch/mips/mips/db_trace.c       ddb



Home | Main Index | Thread Index | Old Index