Well, for now at least, we'll also have the 4100 also have a prom console.
This commit is contained in:
parent
4d8f2e9a35
commit
a9036c1818
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user