diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2001-12-22 18:22:39 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2001-12-22 18:22:39 +0000 |
commit | 96f7d97c76ba2b501d194732590931c651f0f592 (patch) | |
tree | 1d50d0a99244b84165bc4681190c38f8c47c62d4 /sys/arch/mvme88k/conf/GENERIC | |
parent | 8244f5d63e9358f7384b9483e2ddcf1dc3830123 (diff) |
Put miod's Makefile hack to define M88100 and M88110 back in.
Diffstat (limited to 'sys/arch/mvme88k/conf/GENERIC')
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC index fb9614dc51a..b80e83a98a0 100644 --- a/sys/arch/mvme88k/conf/GENERIC +++ b/sys/arch/mvme88k/conf/GENERIC @@ -1,14 +1,12 @@ -# $OpenBSD: GENERIC,v 1.29 2001/12/22 17:58:31 smurph Exp $ +# $OpenBSD: GENERIC,v 1.30 2001/12/22 18:22:38 smurph Exp $ machine mvme88k include "../../../conf/GENERIC" -option M88100 # support for mc88110 processor -option M88110 # support for mc88110 processor -option MVME187 # support for 187 (M88100 required) -option MVME188 # support for 188 (M88100 required) -option MVME197 # support for 197 (M88110 required) +option MVME187 # support for 187 +option MVME188 # support for 188 +option MVME197 # support for 197 option "NCPUS=1" # number of CPUs supported (max 4) option BUGMAP # use the Bug ROM VME mappings #option DEBUG # print debugging statements |