diff options
Diffstat (limited to 'sys/arch/mvme88k/conf')
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/M187 | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/M188 | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/M197 | 3 | ||||
-rw-r--r-- | sys/arch/mvme88k/conf/RAMDISK | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC index ba7c9dd5a92..024ba802b47 100644 --- a/sys/arch/mvme88k/conf/GENERIC +++ b/sys/arch/mvme88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.18 2001/05/31 21:05:00 miod Exp $ +# $OpenBSD: GENERIC,v 1.19 2001/06/27 05:46:21 art Exp $ machine mvme88k @@ -8,7 +8,6 @@ option "M88000" # support for 88K option MVME187 # support for 187 option MVME188 # support for 188 #option MVME197 # support for 197 -option UVM # use the UVM virtual memory system option "NCPUS=1" # number of CPUs supported (max 4) option BUGMAP # use the Bug ROM VME mappings #option DEBUG # print debugging statements diff --git a/sys/arch/mvme88k/conf/M187 b/sys/arch/mvme88k/conf/M187 index 646107077e9..88a6e1ca137 100644 --- a/sys/arch/mvme88k/conf/M187 +++ b/sys/arch/mvme88k/conf/M187 @@ -1,4 +1,4 @@ -# $OpenBSD: M187,v 1.10 2001/05/31 21:05:00 miod Exp $ +# $OpenBSD: M187,v 1.11 2001/06/27 05:46:21 art Exp $ machine mvme88k @@ -6,7 +6,6 @@ include "../../../conf/GENERIC" option "M88000" # support for 88K option MVME187 # support for 187 -option UVM # use the UVM virtual memory system option "NCPUS=1" # Number of cpus supported (max 4) option BUGMAP # use Bug Rom VME Mappings diff --git a/sys/arch/mvme88k/conf/M188 b/sys/arch/mvme88k/conf/M188 index 5dfb196e64f..a41c68d123f 100644 --- a/sys/arch/mvme88k/conf/M188 +++ b/sys/arch/mvme88k/conf/M188 @@ -1,4 +1,4 @@ -# $OpenBSD: M188,v 1.7 2001/05/31 21:05:00 miod Exp $ +# $OpenBSD: M188,v 1.8 2001/06/27 05:46:22 art Exp $ machine mvme88k @@ -8,7 +8,6 @@ include "../../../conf/GENERIC" option "M88000" # support for 88K option MVME188 # support for 187 -option UVM # use the UVM virtual memory system option "NCPUS=1" # Number of cpus supported (max 4) option BUGMAP # use Bug Rom VME Mappings diff --git a/sys/arch/mvme88k/conf/M197 b/sys/arch/mvme88k/conf/M197 index 42de31b4d24..de058eb4fcb 100644 --- a/sys/arch/mvme88k/conf/M197 +++ b/sys/arch/mvme88k/conf/M197 @@ -1,4 +1,4 @@ -# $OpenBSD: M197,v 1.5 2001/05/31 21:05:00 miod Exp $ +# $OpenBSD: M197,v 1.6 2001/06/27 05:46:22 art Exp $ machine mvme88k @@ -8,7 +8,6 @@ include "../../../conf/GENERIC" option "M88000" # support for 88K option MVME197 # support for 197 -option UVM option BUGMAP # use Bug Rom VME Mappings maxusers 64 diff --git a/sys/arch/mvme88k/conf/RAMDISK b/sys/arch/mvme88k/conf/RAMDISK index b35c0d8a54f..96902fd71b8 100644 --- a/sys/arch/mvme88k/conf/RAMDISK +++ b/sys/arch/mvme88k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.5 2001/03/07 23:32:40 miod Exp $ +# $OpenBSD: RAMDISK,v 1.6 2001/06/27 05:46:23 art Exp $ machine mvme88k @@ -9,7 +9,6 @@ option MVME187 # support for 187 option MVME188 # support for 188 option MVME197 # support for 197 -option UVM # use the UVM virtual memory system option "NCPUS=1" # number of CPUs supported (max 4) option BUGMAP # use the Bug ROM VME mappings |