diff options
Diffstat (limited to 'sys/arch/mvme88k/conf/RAMDISK')
-rw-r--r-- | sys/arch/mvme88k/conf/RAMDISK | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/conf/RAMDISK b/sys/arch/mvme88k/conf/RAMDISK index 56715c91cc4..226ab9a6b1b 100644 --- a/sys/arch/mvme88k/conf/RAMDISK +++ b/sys/arch/mvme88k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2001/12/22 18:52:01 smurph Exp $ +# $OpenBSD: RAMDISK,v 1.11 2001/12/22 18:53:45 smurph Exp $ machine mvme88k @@ -11,6 +11,9 @@ option MVME197 # support for 197 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 + maxusers 8 config bsd root rd0 swap rd0 |