diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-13 20:32:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-13 20:32:57 +0000 |
commit | e4d405ae92d2a34d3aedf5415332f39976811bd6 (patch) | |
tree | 4bc73b732e6b451b2143790683a8423d46072159 /sys/arch/mvme88k/conf/M188 | |
parent | a37e294bfb52a06afd6eb6645870cf1c540b877e (diff) |
Add magic to the kernel Makefile to remove the need to explicitely put
the processor type in the configuration files, if you specify a board type.
Also, some syntaxic sugar for the MVME187 case as well.
Diffstat (limited to 'sys/arch/mvme88k/conf/M188')
-rw-r--r-- | sys/arch/mvme88k/conf/M188 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/conf/M188 b/sys/arch/mvme88k/conf/M188 index 0da9a562584..69e6d6631ab 100644 --- a/sys/arch/mvme88k/conf/M188 +++ b/sys/arch/mvme88k/conf/M188 @@ -1,19 +1,18 @@ -# $OpenBSD: M188,v 1.12 2001/12/13 08:55:51 smurph Exp $ +# $OpenBSD: M188,v 1.13 2001/12/13 20:32:56 miod Exp $ machine mvme88k include "../../../conf/GENERIC" -# processors this kernel should support - -option M88100 # support for mc88100 1st generation RISC option MVME188 # support for 188 (requires M88100) 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 # Define this if your processor has the xxx.usr bug (mask C82N) +# In doubt, leave it enabled. option ERRATA__XXX_USR maxusers 64 |