diff options
Diffstat (limited to 'sys/arch/mvme88k/conf/GENERIC')
-rw-r--r-- | sys/arch/mvme88k/conf/GENERIC | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC index ecac7fa8358..dd41ea96f56 100644 --- a/sys/arch/mvme88k/conf/GENERIC +++ b/sys/arch/mvme88k/conf/GENERIC @@ -1,12 +1,14 @@ -# $OpenBSD: GENERIC,v 1.22 2001/11/27 05:26:34 miod Exp $ +# $OpenBSD: GENERIC,v 1.23 2001/12/13 08:55:51 smurph Exp $ machine mvme88k include "../../../conf/GENERIC" -option MVME187 # support for 187 -option MVME188 # support for 188 -#option MVME197 # support for 197 +option M88100 # support for mc88100 1st generation RISC +option M88110 # support for mc88120 2ond generation RISC +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 BUGMAP # use the Bug ROM VME mappings #option DEBUG # print debugging statements |