Well, for now at least, we'll also have the 4100 also have a prom console.

This commit is contained in:
Matt Jacob 2000-05-07 06:15:37 +00:00
parent 4d8f2e9a35
commit a9036c1818

View File

@ -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);