From 9e73bdaca2919aa33ab73d9472e4388f11e344b4 Mon Sep 17 00:00:00 2001 From: Steve Murphree Date: Sat, 22 Dec 2001 17:58:32 +0000 Subject: GENERIC configuration now includes MVME197 and M88110 options. --- sys/arch/mvme88k/conf/GENERIC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/mvme88k') diff --git a/sys/arch/mvme88k/conf/GENERIC b/sys/arch/mvme88k/conf/GENERIC index e121cca15a3..fb9614dc51a 100644 --- a/sys/arch/mvme88k/conf/GENERIC +++ b/sys/arch/mvme88k/conf/GENERIC @@ -1,14 +1,14 @@ -# $OpenBSD: GENERIC,v 1.28 2001/12/19 07:04:41 smurph Exp $ +# $OpenBSD: GENERIC,v 1.29 2001/12/22 17:58:31 smurph Exp $ machine mvme88k include "../../../conf/GENERIC" option M88100 # support for mc88110 processor -#option M88110 # support for mc88110 processor +option M88110 # support for mc88110 processor option MVME187 # support for 187 (M88100 required) option MVME188 # support for 188 (M88100 required) -#option MVME197 # support for 197 (M88110 required) +option MVME197 # support for 197 (M88110 required) option "NCPUS=1" # number of CPUs supported (max 4) option BUGMAP # use the Bug ROM VME mappings #option DEBUG # print debugging statements -- cgit v1.2.3