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/MINIROOT | |
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/MINIROOT')
-rw-r--r-- | sys/arch/mvme68k/conf/MINIROOT | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/conf/MINIROOT b/sys/arch/mvme68k/conf/MINIROOT index bfd3d85a84d..30aec99464c 100644 --- a/sys/arch/mvme68k/conf/MINIROOT +++ b/sys/arch/mvme68k/conf/MINIROOT @@ -1,8 +1,9 @@ -# $OpenBSD: MINIROOT,v 1.8 2001/06/12 22:51:42 miod Exp $ +# $OpenBSD: MINIROOT,v 1.9 2001/06/26 21:35:24 miod Exp $ machine mvme68k m68k include "../../../conf/GENERIC" +option UVM option M68060 # support for 060 option M68040 # support for 040 |