From a9036c181815b7145997f88dec9914fca73855bd Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sun, 7 May 2000 06:15:37 +0000 Subject: [PATCH] Well, for now at least, we'll also have the 4100 also have a prom console. --- sys/alpha/alpha/pmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/alpha/alpha/pmap.c b/sys/alpha/alpha/pmap.c index a7bc944b08f..7dd25f6f009 100644 --- a/sys/alpha/alpha/pmap.c +++ b/sys/alpha/alpha/pmap.c @@ -610,7 +610,7 @@ pmap_uses_prom_console() int cputype; cputype = hwrpb->rpb_type; - return (cputype == ST_DEC_21000 + return (cputype == ST_DEC_21000 || ST_DEC_4100 || cputype == ST_DEC_3000_300 || cputype == ST_DEC_3000_500);