diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-29 14:33:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-29 14:33:28 +0000 |
commit | 1fa78801a9defc09408f6ce5b7d52e7779fa0db2 (patch) | |
tree | 4c27b16dbb451c90c2f0389c2f192283d76e8b77 /sys/arch/mvme88k/conf/M197 | |
parent | a500642091db73be0684e3a3946c4c97396c840e (diff) |
Continue factorizing m88k common code, this time files in <arch>/<arch>
which were copied verbatim from mvme88k to luna88k.
This requires backing out syntactic sugar in mvme88k kernel configuration
files which would deduct the required processor types from the board models,
as the common code only depends upon the M88100 and M88110 defines.
Diffstat (limited to 'sys/arch/mvme88k/conf/M197')
-rw-r--r-- | sys/arch/mvme88k/conf/M197 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sys/arch/mvme88k/conf/M197 b/sys/arch/mvme88k/conf/M197 index 3b9fe1b6952..ae4f9f8ee71 100644 --- a/sys/arch/mvme88k/conf/M197 +++ b/sys/arch/mvme88k/conf/M197 @@ -1,17 +1,15 @@ -# $OpenBSD: M197,v 1.23 2004/04/26 12:34:05 miod Exp $ +# $OpenBSD: M197,v 1.24 2004/04/29 14:33:27 miod Exp $ machine mvme88k m88k include "../../../conf/GENERIC" -option MVME197 # support for 197 -option "NCPUS=1" # Number of cpus supported (max 4) -option BUGMAP # use Bug Rom VME Mappings -#option DEBUG # print debugging statements -#option EH_DEBUG # debugging code for exception handlers +# Processor type +option M88110 + +option MVME197 # support for 197 (requires M88110) -# Define this if your processor has the xxx.usr bug (mask C82N) -option ERRATA__XXX_USR +option "NCPUS=1" # Number of cpus supported (max 4) maxusers 64 |