diff options
Diffstat (limited to 'sys/arch/mvme88k/conf/RAMDISK')
-rw-r--r-- | sys/arch/mvme88k/conf/RAMDISK | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sys/arch/mvme88k/conf/RAMDISK b/sys/arch/mvme88k/conf/RAMDISK index 29eb6dfab54..7fa300ed1dd 100644 --- a/sys/arch/mvme88k/conf/RAMDISK +++ b/sys/arch/mvme88k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.22 2004/04/26 12:34:05 miod Exp $ +# $OpenBSD: RAMDISK,v 1.23 2004/04/29 14:33:27 miod Exp $ machine mvme88k m88k @@ -6,12 +6,15 @@ machine mvme88k m88k option MINIROOTSIZE=4096 option RAMDISK_HOOKS -option MVME187 # support for 187 -option MVME188 # support for 188 -option MVME197 # support for 197 +# 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 BUGMAP # use the Bug ROM VME mappings # Define this if your processor has the xxx.usr bug (mask C82N) option ERRATA__XXX_USR |