diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-26 21:35:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-06-26 21:35:44 +0000 |
commit | 546f71602d1b89872b474138129ca2dc206599de (patch) | |
tree | 3c5a5c29512d5dc9a673f45efc33462a91e105d5 /sys/arch/mvme68k/conf/MVME177 | |
parent | 7fea0a8c3c3f70d2f713aff3502a60fef9de91ea (diff) |
A few changes to mvme68k:
+ switch to UVM
+ fix the system trace problem
+ big cleanup of locore.s (macro for BUG calls, use more common m68k
code whenever possible, and the macros in <m68k/asm.h>)
+ better indentation on some parts (old KNF)
+ call doshutdownhooks() at shutdown
+ use <net/netisr_dispatch.h>
+ upgrade pmap.c to something very close to our current hp300 pmap.c,
minus support for PMAP_NEW and for HP MMU
+ various tidbits I forget to mention here
work and tests by smurph@ and me.
Diffstat (limited to 'sys/arch/mvme68k/conf/MVME177')
-rw-r--r-- | sys/arch/mvme68k/conf/MVME177 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/conf/MVME177 b/sys/arch/mvme68k/conf/MVME177 index 60e5d7f3e77..f57b25b1e96 100644 --- a/sys/arch/mvme68k/conf/MVME177 +++ b/sys/arch/mvme68k/conf/MVME177 @@ -1,8 +1,9 @@ -# $OpenBSD: MVME177,v 1.5 2001/06/12 22:51:43 miod Exp $ +# $OpenBSD: MVME177,v 1.6 2001/06/26 21:35:25 miod Exp $ machine mvme68k m68k include "../../../conf/GENERIC" +option UVM #option M68030 # support for 030 #option M68040 # support for 040 |