Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k defopt M680[2346]0.



details:   https://anonhg.NetBSD.org/src/rev/e0fac7447888
branches:  trunk
changeset: 485084:e0fac7447888
user:      minoura <minoura%NetBSD.org@localhost>
date:      Tue Apr 18 21:04:51 2000 +0000

description:
defopt M680[2346]0.

diffstat:

 sys/arch/x68k/conf/files.x68k |  4 +++-
 sys/arch/x68k/include/cpu.h   |  6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r ce04ac22dff7 -r e0fac7447888 sys/arch/x68k/conf/files.x68k
--- a/sys/arch/x68k/conf/files.x68k     Tue Apr 18 20:47:04 2000 +0000
+++ b/sys/arch/x68k/conf/files.x68k     Tue Apr 18 21:04:51 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.x68k,v 1.31 2000/03/27 15:53:04 minoura Exp $
+#      $NetBSD: files.x68k,v 1.32 2000/04/18 21:04:51 minoura Exp $
 #
 # new style config file for x68k architecture
 #
@@ -7,6 +7,8 @@
 defopt opt_m060sp.h            M060SP
 #defopt        opt_fpsp.h              FPSP            # this will fail...
 
+defopt opt_m680x0.h            M68020 M68030 M68040 M68060
+
 defopt opt_jupiter.h           JUPITER
 defopt opt_panicbutton.h       PANICBUTTON
 defopt  opt_extmem.h           EXTENDED_MEMORY
diff -r ce04ac22dff7 -r e0fac7447888 sys/arch/x68k/include/cpu.h
--- a/sys/arch/x68k/include/cpu.h       Tue Apr 18 20:47:04 2000 +0000
+++ b/sys/arch/x68k/include/cpu.h       Tue Apr 18 21:04:51 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.20 1999/09/23 15:24:34 minoura Exp $ */
+/*     $NetBSD: cpu.h,v 1.21 2000/04/18 21:04:52 minoura Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -49,6 +49,10 @@
  * Exported definitions unique to x68k/68k cpu support.
  */
 
+#ifdef _KERNEL
+#include "opt_m680x0.h"
+#endif
+
 /*
  * Get common m68k CPU definitions.
  */



Home | Main Index | Thread Index | Old Index