diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-29 14:33:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-29 14:33:28 +0000 |
commit | 1fa78801a9defc09408f6ce5b7d52e7779fa0db2 (patch) | |
tree | 4c27b16dbb451c90c2f0389c2f192283d76e8b77 /sys/arch/luna88k/conf/RAMDISK | |
parent | a500642091db73be0684e3a3946c4c97396c840e (diff) |
Continue factorizing m88k common code, this time files in <arch>/<arch>
which were copied verbatim from mvme88k to luna88k.
This requires backing out syntactic sugar in mvme88k kernel configuration
files which would deduct the required processor types from the board models,
as the common code only depends upon the M88100 and M88110 defines.
Diffstat (limited to 'sys/arch/luna88k/conf/RAMDISK')
-rw-r--r-- | sys/arch/luna88k/conf/RAMDISK | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/luna88k/conf/RAMDISK b/sys/arch/luna88k/conf/RAMDISK index d579558fd61..e066edb7d52 100644 --- a/sys/arch/luna88k/conf/RAMDISK +++ b/sys/arch/luna88k/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.2 2004/04/26 12:34:02 miod Exp $ +# $OpenBSD: RAMDISK,v 1.3 2004/04/29 14:33:24 miod Exp $ machine luna88k m88k @@ -8,6 +8,9 @@ option RAMDISK_HOOKS option "NCPUS=1" # number of CPUs supported (max 4) +# Processor type +option M88100 # 88100 support; mandatory + # Define this if your processor has the xxx.usr bug (mask C82N) option ERRATA__XXX_USR |