diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-30 00:49:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-30 00:49:38 +0000 |
commit | 45b47fa150ac72b9865630dd0206645114ea827c (patch) | |
tree | 9da78aededf282049c612302a07c92f49c4edd39 /sys/arch/mvme88k/conf | |
parent | b39e83aa064f336f7d090fd1f77fbca8510f04ae (diff) |
start the job of making things look more alike
Diffstat (limited to 'sys/arch/mvme88k/conf')
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC index 15c0fcf0f92..dd00808f2fc 100644 --- a/sys/arch/mvme88k/conf/GENERIC +++ b/sys/arch/mvme88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.45 2005/04/30 00:36:05 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.46 2005/04/30 00:49:36 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -10,23 +10,21 @@ # device. machine mvme88k m88k - -include "../../../conf/GENERIC" +include "../../../conf/GENERIC" +maxusers 32 # estimated number of users # Processor type option M88100 option M88110 -option MVME187 # support for 187 (requires M88100) -option MVME188 # support for 188 (requires M88100) -option MVME197 # support for 197 (requires M88110) - -option "NCPUS=1" # number of CPUs supported (max 4) +option MVME187 # support for 187 (requires M88100) +option MVME188 # support for 188 (requires M88100) +option MVME197 # support for 197 (requires M88110) +option "NCPUS=1" # number of CPUs supported (max 4) # Define this if your processor has the xxx.usr bug (mask C82N) option ERRATA__XXX_USR -maxusers 64 config bsd swap generic |