diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2001-12-22 18:53:46 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2001-12-22 18:53:46 +0000 |
commit | 332245c2484f5b2d9d10c733783c8e88482efa7d (patch) | |
tree | 71961aa53245b962f28a3ece756630597bf4436d /sys/arch/mvme88k/conf | |
parent | d51de6b41a8f9aa7204b17f0a0930eda111c8a02 (diff) |
Assume xxx.usr bug in RAMDISK.
Diffstat (limited to 'sys/arch/mvme88k/conf')
-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 |